First commit.
This commit is contained in:
BIN
static/favicon.png
Normal file
BIN
static/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 765 B |
BIN
static/header-CICORE-new.png
Normal file
BIN
static/header-CICORE-new.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 170 KiB |
39
static/styles.css
Normal file
39
static/styles.css
Normal file
@@ -0,0 +1,39 @@
|
||||
body{ background:#66ADED; }
|
||||
h1{ color:#fff; }
|
||||
h2{ color:#fff; }
|
||||
h3{ color:#13238f; }
|
||||
div.text_style{ text-align:center; }
|
||||
p.warning{ color:#FF0000; }
|
||||
#banner{
|
||||
background-image:url(header-CICORE-new.png);
|
||||
background-size:100%;
|
||||
height:125px;
|
||||
border:5px solid black;
|
||||
font-variant:small-caps;
|
||||
vertical-align:middle
|
||||
/* -webkit-border-radius:15px 15px 15px 15px;
|
||||
-moz-border-radius:15px 15px 15px 15px;
|
||||
border-radius:15px 15px 15px 15px;*/
|
||||
}
|
||||
#main_table{
|
||||
padding:4px;
|
||||
border-width:4px;
|
||||
border-spacing:10px;
|
||||
margin-top:0;
|
||||
margin-right:auto;
|
||||
margin-bottom:0;
|
||||
margin-left:auto;
|
||||
}
|
||||
#main_cell{
|
||||
border-color:#000;
|
||||
border-width:1px;
|
||||
border-style:solid;
|
||||
background-color:#fff;
|
||||
padding:10px;
|
||||
-webkit-border-radius:12px 12px 12px 12px;
|
||||
-moz-border-radius:12px 12px 12px 12px;
|
||||
border-radius:12px 12px 12px 12px;
|
||||
/* -webkit-box-shadow:0 0 10px #676767;
|
||||
-moz-box-shadow:0 0 10px #676767;
|
||||
box-shadow:0 0 10px #676767;*/
|
||||
}
|
Reference in New Issue
Block a user