~ubuntu-branches/ubuntu/quantal/hawtjni/quantal

« back to all changes in this revision

Viewing changes to webgen/src/styles/default/default.css

  • Committer: Bazaar Package Importer
  • Author(s): Miguel Landaeta
  • Date: 2010-08-05 19:40:25 UTC
  • Revision ID: james.westby@ubuntu.com-20100805194025-3004hn889accwu2i
Tags: upstream-1.0~+git0c502e20c4
ImportĀ upstreamĀ versionĀ 1.0~+git0c502e20c4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
 
2
 
 
3
Version: 1.1, November 28, 2005 */
 
4
 
 
5
/**************** Page and tag styles ****************/
 
6
 
 
7
body
 
8
{margin:0; padding:0; color:#303030; background:#fafafa url(images/bodybg.gif) top left repeat-y; font:76% Verdana,Tahoma,sans-serif;}
 
9
 
 
10
ul
 
11
{list-style:circle; margin:15px 0 20px 0; font-size:0.9em;}
 
12
 
 
13
li
 
14
{margin:0 0 8px 25px;}
 
15
 
 
16
a
 
17
{color:#d85d5d; font-weight:bold; text-decoration:none;}
 
18
 
 
19
a:hover
 
20
{color:#505050; text-decoration:underline;}
 
21
 
 
22
img
 
23
{float:left; margin:0 15px 15px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
 
24
 
 
25
a img
 
26
{border-color:#d85d5d;}
 
27
 
 
28
a img:hover
 
29
{background:#d85d5d; border-color:#d85d5d;}
 
30
 
 
31
/**************** Sidebar area styles ****************/
 
32
 
 
33
#sidebar
 
34
{position:absolute; top:0; left:0; width:220px; height:100%; overflow:auto; background:#e0e0e0 url(images/sidebarbg.gif) top right repeat-y; text-align:right;}
 
35
 
 
36
body > #sidebar
 
37
{position:fixed;}
 
38
 
 
39
#sidebar h1
 
40
{margin:20px 18px 0 5px; color:#d85d5d; font-size:1.6em; letter-spacing:-2px; text-align:right;}
 
41
 
 
42
#sidebar h2, #sidebar h3
 
43
{margin:0 20px 18px 5px; color:#808080; font-size:1.1em; font-weight:bold; letter-spacing:-1px; text-align:right;}
 
44
 
 
45
#sidebar h3
 
46
{margin:20px 18px 4px 5px; color:#606060;}
 
47
 
 
48
#sidebar  p
 
49
{margin:0 20px 18px 5px; color:#606060; font-size:0.8em;}
 
50
 
 
51
#sidebar a
 
52
{color:#808080}
 
53
 
 
54
#sidebar ul
 
55
{margin-right: 20px; margin-left: 5px; list-style-type: none;}
 
56
 
 
57
#sidebar li
 
58
{margin: 0px; padding-left: 5px;}
 
59
 
 
60
/**************** Navigation menu styles ****************/
 
61
 
 
62
#menu ul
 
63
{list-style-type: none; margin: 0px; padding: 0px; font-size: 1.0em;}
 
64
 
 
65
#menu li
 
66
{margin: 0px; padding: 0px}
 
67
 
 
68
#menu a,  #menu span
 
69
{display:block; width:202px; padding:5px 18px 5px 0; color:#606060; background:#e0e0e0 url(images/sidebarbg.gif) top right repeat-y; font-size:1.8em; font-weight:normal; text-decoration:none; letter-spacing:-2px;}
 
70
 
 
71
#menu a:hover, #menu span:hover
 
72
{color:#303030; background:#f0f0f0 url(images/sidebarbg.gif) top right repeat-y;}
 
73
 
 
74
#menu li.webgen-menu-item-selected a, #menu li.webgen-menu-item-selected span
 
75
{padding:5px 18px 5px 0; background:#fafafa; border-top:2px solid #c0c0c0; border-bottom:2px solid #c0c0c0;}
 
76
 
 
77
#menu li.webgen-menu-item-selected a:hover, #menu li.webgen-menu-item-selected span:hover
 
78
{color:#505050; background:#fafafa;}
 
79
 
 
80
/**************** Content area styles ****************/
 
81
 
 
82
#content
 
83
{width:520px; margin:0 0 0 240px; padding:20px 0; background:#fafafa;}
 
84
 
 
85
#content p
 
86
{margin:0 0 20px 0; line-height:1.5em;}
 
87
 
 
88
#content h1
 
89
{margin:0; color:#808080; font-weight:normal; font-size:2.5em; letter-spacing:-2px; text-align:center;}
 
90
 
 
91
#content h2
 
92
{clear:both; margin:30px 0 10px 0; color:#d85d5d; font-weight:normal; font-size: 2em; letter-spacing:-2px;}