Changeset 1304 in ExiteCMS
- Timestamp:
- 02/24/08 14:12:18 (4 years ago)
- Location:
- trunk/themes/ExiteCMS
- Files:
-
- 3 edited
-
images/exitecms_bg.gif (modified) (previous)
-
templates/templates/_stylesheets.tpl (modified) (2 diffs)
-
wikka.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/themes/ExiteCMS/templates/templates/_stylesheets.tpl
r1281 r1304 35 35 36 36 /* wiki links */ 37 a.wiki_link:link,a.wiki_link:visited { color:# 9c0204; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#9c0204; }37 a.wiki_link:link,a.wiki_link:visited { color:#34329C; text-decoration:none; border-width:0px 0px 1px 0px; border-style:dotted; border-color:#34329C; } 38 38 39 39 /* horizontal lines */ … … 193 193 .rev_title { color:#333; font-weight:bold; } 194 194 /* revision title for major revisions */ 195 .rev_major { color:# 9c0204; font-weight:bold; }195 .rev_major { color:#34329C; font-weight:bold; } 196 196 197 197 /* revision description text */ -
trunk/themes/ExiteCMS/wikka.css
r1281 r1304 45 45 46 46 .page a { 47 color: # 9c0204;47 color: #34329C; 48 48 text-decoration: none; 49 49 } 50 50 51 51 .page a:hover { 52 color: # 9c0204;52 color: #34329C; 53 53 text-decoration: underline; 54 54 } … … 357 357 358 358 .notes { 359 color: # 9c0204;359 color: #34329C; 360 360 } 361 361 … … 404 404 405 405 .code_header { 406 color: # 9c0204;406 color: #34329C; 407 407 background: #ddd; 408 408 border-top: 1px solid #CCC; … … 497 497 498 498 a.ext { 499 color: # 9c0204;499 color: #34329C; 500 500 } 501 501 502 502 a.ext:hover { 503 color: # 9c0204;503 color: #34329C; 504 504 } 505 505
Note: See TracChangeset
for help on using the changeset viewer.
