aboutsummaryrefslogtreecommitdiff
path: root/ascii-php-class/example/style.css
diff options
context:
space:
mode:
authortoni <matzeton@googlemail.com>2013-04-15 15:04:30 +0200
committertoni <matzeton@googlemail.com>2013-04-15 15:04:30 +0200
commite33b5930923a439f4c73b6dd64253578c4131420 (patch)
treef3d9d1c359603174bb75fb2394ddb33a315dcd88 /ascii-php-class/example/style.css
initial commit
Diffstat (limited to 'ascii-php-class/example/style.css')
-rw-r--r--ascii-php-class/example/style.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/ascii-php-class/example/style.css b/ascii-php-class/example/style.css
new file mode 100644
index 0000000..af24058
--- /dev/null
+++ b/ascii-php-class/example/style.css
@@ -0,0 +1,57 @@
+body
+{
+ margin:0;
+ padding:0;
+}
+#content_container
+{
+ padding-bottom:3em;
+}
+#footer
+{
+ position:fixed;
+ bottom:0px;
+ background:#efefef;
+ text-align:center;
+ padding:5px;
+ width:100%;
+}
+* html, * html body
+{
+ margin:0;
+ padding:0;
+ height:100%;
+ overflow:hidden;
+}
+* html #content_container
+{
+ padding:0;
+ height:95%;
+ overflow:auto;
+}
+* html #footer
+{
+ background:#efefef;
+ height:5%;
+ text-align:center;
+ padding-top:1%;
+}
+a:link,
+a:visited{
+ color: #567475;
+ font-weight: bold;
+ border: 1px solid #99b3b4;
+ height:auto;
+ font: normal 11px verdana, arial, helvetica, sans-serif;
+ background: transparent;
+ text-decoration: none;
+ font-weight:normal;
+ padding: 4px;
+}
+a:hover,
+a:active{
+ color:#f00000;
+ text-decoration: none;
+ cursor: pointer;
+ background: #9cf;
+}