From e7a54ba0c99d35ec947beb3f0f02e6dd0964d72f Mon Sep 17 00:00:00 2001 From: silvio Date: Thu, 15 Oct 2009 14:45:14 -0300 Subject: CSS change and code cleanup --- jquery_drawer.css | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 jquery_drawer.css (limited to 'jquery_drawer.css') 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%; +} -- cgit v1.2.3