adding all of botlist, initial add
[botlist.git] / openbotlist / company / stylesheets / newspirit.css
blobc722faa004cf940eb3463803ef04bb25d3dd8608
1 /**
2 * Berlin Brown
4 * 4/29/2006
6 * CSS Associated with newspirit Styles
7 * some style classes are used from scaffold and bot_general as well
8 */
10 #body_content_center {
11 border-bottom: 1px solid #816943;
12 padding: 0px 0px 0px 0px;
13 margin-left: 20px;
14 margin-right: 30px;
15 margin-top: 6px;
18 /**
19 * The link content group consists of a collection
20 * of links; this is a main group secondary to the content center
22 #link_content_group {
23 border-bottom: 2px solid #DDD;
24 padding-bottom: 4px;
26 #link_content_group_botverse {
27 border-bottom: 2px solid #DDD;
28 padding-right: 4px;
29 padding-bottom: 4px;
30 padding-left: 10px;
31 margin-right: 8px;
34 /**
35 * Add two column layout for main page
37 #two_col_left_links {
38 float: left;
39 width: 55%;
41 #two_col_right_links {
42 float: right;
43 width: 45%;
46 h1.bot_titlelogo {
47 color: #666;
48 font-size: 16pt;
49 font-family: Arial, Helvetica, Sans-Serif;
50 font-weight: bold;
51 background-color: #F5F5F5;
52 padding: 8px 8px 8px 8px;
53 border-bottom: 2px solid #816943;
54 margin-bottom: 0px;
55 margin-top: 0px;
56 background-image: url(/botlist/company/images/grey_gradient_small.jpeg);
57 background-repeat: repeat-x;
60 /**
61 * Section Console Links
63 #bot_console_link_group {
64 background-color: #FEFBF8;
65 width: 100%;
66 border-bottom: 1px dotted #DDD;
69 /** Link Styles */
70 A.console:link {
71 color: #858B23;
72 font-size: 10pt;
73 padding: 4px 4px 4px 4px;
74 text-decoration: none;
76 A.console:visited {
77 color: #858B23;
78 font-size: 10pt;
79 padding: 4px 4px 4px 4px;
80 text-decoration: none;
82 A.console:active {
83 color: #858B23;
84 font-size: 10pt;
85 padding: 4px 4px 4px 4px;
86 text-decoration: none;
88 A.console:hover {
89 color: #A54702;
90 font-size: 10pt;
91 padding: 4px 4px 4px 4px;
92 text-decoration: none;
95 /**
96 * Default Footer Section with Copyright information. Also includes
97 * grey background gradient.
99 #bot_footer_group {
100 background-color: #FEFBF8;
101 width: 100%;
102 border-top: 1px solid #816943;
103 color: #666;
104 font-size: 9pt;
105 background-image: url(/botlist/company/images/grey_gradient_more.jpeg);
106 background-repeat: repeat-x;
109 /** Link Styles */
110 A.footer:link {
111 color: #075007;
112 font-size: 8pt;
113 padding: 4px 4px 4px 4px;
114 text-decoration: none;
116 A.footer:visited {
117 color: #075007;
118 font-size: 8pt;
119 padding: 4px 4px 4px 4px;
120 text-decoration: none;
122 A.footer:active {
123 color: #075007;
124 font-size: 8pt;
125 padding: 4px 4px 4px 4px;
126 text-decoration: none;
128 A.footer:hover {
129 color: #A54702;
130 font-size: 8pt;
131 padding: 4px 4px 4px 4px;
132 text-decoration: none;
136 * INDEX Orange Header Data
138 .index_orange_background_header {
139 background-color: #F3E08A;
140 padding: 6px 6px 6px 6px;
141 color: #5370C5;
143 .index_orange_background_data {
144 background-color: #FEF6D1;
145 color: #AE910A;
146 font-size: 12pt;
149 #index_column_logo_box {
150 border: 1px solid #DDD;
151 margin: 8px 8px 8px 8px;
152 width: 520;
156 #index_column_info_group {
157 margin-top: 16px;
158 margin-left: 10px;
159 color: #555;
163 /** End of the File */