Upload files to "install/css"
Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
This commit is contained in:
parent
1ae90f4338
commit
1821f175be
6203
install/css/bootstrap.css
vendored
Normal file
6203
install/css/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
install/css/bootstrap.css.map
Normal file
1
install/css/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
5
install/css/bootstrap.min.css
vendored
Normal file
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
73
install/css/style.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user