aboutsummaryrefslogtreecommitdiff
path: root/jquery_drawer.css
diff options
context:
space:
mode:
authorsilvio <silvio@gota.(none)>2009-10-15 14:45:14 -0300
committersilvio <silvio@gota.(none)>2009-10-15 14:45:14 -0300
commite7a54ba0c99d35ec947beb3f0f02e6dd0964d72f (patch)
tree52ca981b85baf96692ea596336ae0269df28ba17 /jquery_drawer.css
parentc4c3e79730cadc82eab4b5695e64261a985f0bce (diff)
downloadjquery_drawer-e7a54ba0c99d35ec947beb3f0f02e6dd0964d72f.tar.gz
jquery_drawer-e7a54ba0c99d35ec947beb3f0f02e6dd0964d72f.tar.bz2
CSS change and code cleanup
Diffstat (limited to 'jquery_drawer.css')
-rw-r--r--jquery_drawer.css62
1 files changed, 62 insertions, 0 deletions
diff --git a/jquery_drawer.css b/jquery_drawer.css
new file mode 100644
index 0000000..62da52c
--- /dev/null
+++ b/jquery_drawer.css
@@ -0,0 +1,62 @@
+div#content {
+ color : #ffffff;
+ background : #000000;
+}
+
+div#info {
+ padding : 0 30px 30px 30px;
+}
+
+div#info h1 {
+ font-size : 36px;
+ font-weight : bold;
+ padding : 30px 0 0 0;
+ margin : 0;
+}
+
+div#info h2 {
+ font-size : 20px;
+ font-weight : bold;
+ border-top : 1px solid #111111;
+ padding : 30px 0 0 0;
+ margin : 30px 0 0 0;
+}
+
+div#info p {
+ font-size : 12px;
+ line-height : 1.6;
+ padding : 10px 0 0 0;
+ margin : 0;
+}
+
+div#info a {
+ color : #ffffff;
+}
+
+div#info pre {
+ font-size : 11px;
+ font-family : "Courier New", monospace;
+ line-height : 1.4;
+ color : #99ff99;
+ background : #222222;
+ padding : 10px;
+ margin : 10px 0;
+}
+
+div#info em {
+ font-style : normal;
+ color : #ff0099;
+}
+
+div.sample p {
+ font-size : 24px;
+ font-weight : bold;
+ line-height : 1.6;
+ color : #ffff00;
+ padding : 20px;
+ margin : 0;
+}
+
+ul#drw_tabs {
+ width: 100%;
+}