summaryrefslogtreecommitdiff
path: root/static/css/front.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/front.css')
-rwxr-xr-xstatic/css/front.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/static/css/front.css b/static/css/front.css
index ef0ee70..39e7700 100755
--- a/static/css/front.css
+++ b/static/css/front.css
@@ -119,6 +119,68 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#ccc, offX=3, offY=4,
#signin_menu p a {
color:#27B!important;
}
+
+.is-relative {
+ position: relative;
+}
+.is-hidden {
+ display: none;
+}
+
+.loading-bar {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+}
+.loading-bar-label {
+ position: absolute;
+ font-family: arial;
+ font-size: 10px;
+ color: #ccc;
+ background: #000;
+ left: -50px;
+ top: -18px;
+ padding: 1px;
+}
+.loading-bar-track {
+ position: absolute;
+ left: -50px;
+ top: -5px;
+ font-size: 1px;
+ width: 100px;
+ height: 10px;
+ background: #333;
+}
+.loading-bar-fill {
+ position: absolute;
+ font-size: 1px;
+ width: 0px;
+ height: 10px;
+ background: #eee;
+}
+
+#fblike {
+ border: none;
+ overflow: hidden;
+ width: 100px;
+ height: 21px;
+}
+.fullscreen-thumb {
+ overflow: hidden;
+ width: 240px;
+ height: 200px;
+ border: 0px;
+}
+.fullscreen-bg {
+ overflow: hidden;
+ width: 100%;
+ height: 100%;
+ border: 0px;
+ z-index: -1;
+ position: fixed;
+ top: 0px;
+ left: 0px;
+}
#signin-submit {
display:inline-block;
width:90px;