summaryrefslogtreecommitdiff
path: root/static/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/index.css')
-rw-r--r--static/css/index.css48
1 files changed, 47 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 680fe8a..f64b448 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -5,13 +5,59 @@ body {
background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x;
background-repeat:repeat-x;
background-position:top;
- margin:6%;
+
+}
+#video{
+display:none;
+}
+#content{
+margin:6%;
}
#preload {
position: absolute;
left: 0px;
top: 0px;
}
+
+#panel {
+ padding: 10px 10px 10px 10px;
+ height: 600;
+ margin: 0 auto 0 auto;
+ display: none;
+
+}
+.slide { margin: 0 auto 0 auto;
+ margin: 0;
+ padding: 0;
+border-top:1px solid #ccc;
+
+color:black;
+}
+.btn-slide {
+
+ text-align: center;
+ width: 144px; margin: 0 auto 0 auto;
+ height: 0px;
+ padding: 5px 10px 0 0;
+ margin: 0 auto;
+ display: block;
+
+font-size:42%;
+ text-decoration: none;
+ text-align: center;
+ -webkit-border-bottom-left-radius:5px;
+ -webkit-border-bottom-right-radius:5px;
+ -moz-border-radius-bottomleft:5px;
+ -moz-border-radius-bottomright:5px;
+
+width:150;
+
+}
+
+.active {
+ background-position: right 12px;
+}
+
#main {
width:460px;
margin: 0 auto 0 auto;