First commit.

This commit is contained in:
2015-11-04 11:00:20 -04:30
commit 1fefaffecd
9 changed files with 404 additions and 0 deletions

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 765 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

39
static/styles.css Normal file
View 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;*/
}