diff options
Diffstat (limited to 'static/style.css')
| -rwxr-xr-x | static/style.css | 171 |
1 files changed, 171 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css new file mode 100755 index 0000000..99ee868 --- /dev/null +++ b/static/style.css @@ -0,0 +1,171 @@ +@charset "UTF-8"; +/* CSS Document */ + +#apDiv2 { + position:relative; + top:150px; + width:700px; + margin: 0px auto -1px auto; + height: 300px; + z-index: 3; +} +#info { + position:relative; + top:285px; + width:700px; + margin: 0px auto -1px auto; + height: 14px; + color: #999; + bottom:0px; + z-index: 3; + +} +#front { + position:fixed; + top:150px; +} +#infopage { + + + margin: 0px auto -1px auto; + height: 14px; + color: #999; + bottom:0px; + z-index: 3; + font-size: 10px; + + font-size: 12px; + letter-spacing: 1px; + bottom: 0px; +} +#signin { + position:absolute; + left:0px; + width:410px; + height:281px; + background-image: url(logbg.png); + z-index:2; +} +#about { + position:absolute; + width:300px; + height: 281px; + left:410px; + line-height: 18px; + padding-left: 20px; + ; + font-weight: bold; + color: #333; + z-index:2; +} +#input { + padding-right:15px; + line-height:22px; + font-size: 12px; +} +body,td,th { + font-family: Arial, Helvetica, sans-serif; + font-size: 16px; + line-height: 40px; +} +#apDiv1 div #input #form1 label { + font-size: 12px; + color: #333; +} +.re { + font-size: 10px; +} +#apDiv2 #about div { + font-size: 10px; + color: #424143; +} +#top { + position:absolute; + left:0px; + top:0px; + width:100%; + height:32px; + z-index:2; + background-color: #CCC; +} +#apDiv3 { + position:fixed; + left:0px; + top:0px; + width:68px; + height:68px; + background-image: url(topl.png); +} +#apDiv4 { + position:fixed; + top:0px; + width:68px; + height:68px; + + right: 0px; + background-image: url(topr.png); +} +#bottom { + position:absolute; + left:0px; + bottom:0px; + width:100%; + height:10px; + z-index:1; + font-size: 10px; + line-height: 5px; +} +#apDiv5 { + position:fixed; + bottom:0px; + width:60px; + height:68px; + + left: 0px; + background-image: url(bottoml.png); +} +#apDiv6 { + position:fixed; + bottom:0px; + width:60px; + height:68px; + + right: 0px; + background-image: url(bottomr.png); +} +#bg { + position:absolute; + left:0px; + top:0px; + width:100%; + height:100%; + z-index:2; + background-image:url(grad2.jpg); +} +body { + background-image: url(bg4.png); + background-repeat: repeat-x; + background-attachment:fixed; +} +#plane { + position:fixed; + top:9px; + right:0px; + width:100%; + height:100%; + z-index:1; + background-image: url(cloudbg.png); + background-repeat: no-repeat; + background-position:center; + +} +.form { font-size: 14px; color="#990000"; } +.info { + font-size: 10px; +} +.info { + font-size: 12px; + letter-spacing: 1px; + bottom: 0px; + color: #999; +} |
