add wheatbase logo.
[sgn.git] / static / css / main.css
blobdbb8f42903a5c26b3c60dbee31566014de769bc8
3 /* ==========================================================================
4 Author's custom styles
5 ========================================================================== */
7 #main {
8 position: relative;
9 width: 1024px;
10 height: 300px;
11 margin: 5px auto 0 auto;
12 text-align: center;
15 .txtContent
17 width: 1000px;
18 font-family:Arial; font-size:18px; color:#000;
19 border:2px solid #3171ad;
20 -moz-border-radius: 10px;
21 border-radius: 10px;
22 padding:10px;
23 color:#3c556c; resize: none;
24 overflow:hidden;
27 .txtContent:focus{outline-width:0;}
29 li {
30 list-style: none;