Upload files to "install/css"

Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
This commit is contained in:
kevinowino869 2025-04-13 12:40:54 +02:00
parent 1ae90f4338
commit 1821f175be
4 changed files with 6282 additions and 0 deletions

6203
install/css/bootstrap.css vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

5
install/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

73
install/css/style.css Normal file
View File

@ -0,0 +1,73 @@
body {
background-color: #FBFBFB;
}
img {
border-width: 0;
}
#main-container {
width: 90%;
max-width: 940px;
margin: 20px auto;
background-color: #fff;
border: 1px solid #E5E5E5;
padding: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0px 5px 15px #bbb;
-webkit-box-shadow: 0px 5px 15px #bbb;
box-shadow: 0px 5px 15px #ddd;
overflow: hidden;
}
.wrapper {
width: 100%;
max-width: 940px;
margin: 0 auto;
}
.header {
height: 50px;
position: relative;
}
.header-box {
height: 50px;
position: relative;
margin-right: 0px;
margin-left: 0px;
}
.hd-logo {
float: left;
margin: 0px 0px 0 0;
font-size: 13px;
line-height: 16px;
text-decoration: none;
}
.footer {
text-align: center;
font-size: 12px;
}
.box {
width: 500px;
height: 400px;
padding: 10px;
border: 1px solid black;
float: left;
margin: 0 20px 0 0;
}
.box-two {
overflow: auto;
}