Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ui.kFooter.css
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2010-03-15 08:43:52 (GMT)
committer Bryan Berry <bryan@olenepal.org>2010-03-15 08:43:52 (GMT)
commitd03552a31d2b63b42084ae506fc94e6149a5440a (patch)
tree76608ccbe04fb941c9e4b69a205c957d29ac4b95 /css/ui.kFooter.css
initial commit
Diffstat (limited to 'css/ui.kFooter.css')
-rwxr-xr-xcss/ui.kFooter.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/css/ui.kFooter.css b/css/ui.kFooter.css
new file mode 100755
index 0000000..5a0944b
--- /dev/null
+++ b/css/ui.kFooter.css
@@ -0,0 +1,56 @@
+.ui-kFooter{
+ background-image: url('./images/bg_footer.png');
+ background-repeat: repeat;
+ height: 70px;
+ width: 100%;
+ margin:0;
+ padding: 0;
+ float: left;
+ clear: both;
+ border-style: none;
+ color: #FFFF00;
+}
+
+
+.ui-kFooter>ul{
+ margin-left: 0px;
+ padding-left: 5px;
+ list-style: none;
+}
+.ui-kFooter>ul>li{
+ display:inline;
+ margin-right: 10px;
+ margin-left: 0px;
+}
+
+
+.ui-kFooter .left{
+ float: left;
+}
+
+.ui-kFooter .right{
+ float: right;
+}
+
+.ui-kFooter .number{
+ background-color:white;
+ color: black;
+ padding-left:0.4em;
+ padding-right:0.4em;
+}
+
+
+.ui-kFooter button{
+ cursor:pointer;
+ margin-top: -10px;
+}
+
+.ui-kFooter button span{
+ float: left;
+}
+
+.ui-kFooter button .text{
+ color: #7811a2;
+padding-top: 10px;
+font-weight: bold;
+}