summaryrefslogtreecommitdiff
path: root/static/css/dump.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/dump.css')
-rwxr-xr-xstatic/css/dump.css55
1 files changed, 55 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css
index c7d2217..cab2bfe 100755
--- a/static/css/dump.css
+++ b/static/css/dump.css
@@ -1051,6 +1051,54 @@ a:active {
position: relative;
}
+.float-left {
+ float: left;
+}
+
+.content-no-padding {
+ padding: 0;
+}
+
+.p-2 {
+ padding: 2px;
+}
+
+.dash-total {
+ width: 100%;
+ height: 100%;
+ z-index: -1;
+}
+
+.dash-total--avatar {
+ opacity: 0.1;
+}
+
+.dash-total--stripes {
+ background-image: url(/static/img/thumbs/stripes.gif);
+}
+
+.bg-white {
+ background-color: #fff;
+}
+
+.bg-hearts {
+ background-image: url(/static/img/hearts.gif);
+ background-repeat: repeat;
+}
+
+.hearts-frame {
+ overflow-x: hidden;
+ padding: 5px;
+ background-image: url(/static/img/hearts.gif);
+ background-repeat: repeat;
+}
+
+.dropdown-window {
+ overflow: hidden;
+ height: 600px;
+ position: absolute;
+}
+
.loading-bar {
position: absolute;
left: 50%;
@@ -2110,6 +2158,13 @@ a.msgbtn:active {
width: 100px;
height: 21px;
}
+
+.fb-like-wide {
+ border: none;
+ overflow: hidden;
+ width: 500px;
+ height: 26px;
+}
#logo {
float: left;
margin: 1px;