| 1 |
/* $Id: weblinks.css,v 1.11.2.1 2008/07/30 18:36:01 nancyw Exp $ */ |
/* $Id: weblinks_fancy.css,v 1.1.2.1 2008/07/31 01:59:12 rmiddle Exp $ */ |
| 2 |
/** |
/** |
| 3 |
* @file |
* @file |
| 4 |
* Style sheet for the Weblinks module. |
* Style sheet for the Weblinks module. |
| 5 |
* |
* |
| 6 |
* The colors chosen are from the Garland Blue Lagoon set. |
* The colors chosen are from the Garland Blue Lagoon set. |
| 7 |
* If these styles are copied into the site style.css then |
* If these styles are copied into the site style.css then |
| 8 |
* the Color module will convert them to the equivalent colors |
* the Color module will convert them to the equivalent colors |
| 9 |
* for the chosen color set when you configure the theme. |
* for the chosen color set when you configure the theme. |
| 10 |
*/ |
*/ |
| 11 |
|
|
| 12 |
weblinks-pagedesc { |
.weblinks-pagedesc p { |
| 13 |
display: block; |
display: block; |
| 14 |
border: 1px ridge black; |
border: 1px ridge #5ab5ee; |
| 15 |
text-align: center; |
text-align: center; |
| 16 |
color: #027ac6; |
color: #027ac6; |
| 17 |
margin-top: 1px; |
margin-top: 1px; |
| 18 |
} |
} |
| 19 |
|
|
| 20 |
weblinks-pagedesc a { |
.weblinks-pagedesc a { |
| 21 |
text-decoration: underline !important; |
text-decoration: underline !important; |
| 22 |
font-weight: bold; |
font-weight: bold; |
| 23 |
} |
} |
| 24 |
|
|
| 25 |
weblinks-info { |
.weblinks-info { |
| 26 |
font-style: italic; |
font-style: italic; |
| 27 |
font-size: 89%; |
font-size: 89%; |
| 28 |
margin-left: 2em; |
margin-left: 2em; |
| 29 |
} |
} |
| 30 |
|
|
| 31 |
weblinks-radios .form-item label.option { |
.weblinks-radios .form-item label.option { |
| 32 |
float: left; |
float: left; |
| 33 |
margin-right: 1.5em; |
margin-right: 1.5em; |
| 34 |
} |
} |
| 35 |
|
|
| 36 |
weblinks-radios .form-item .description { |
.weblinks-radios .form-item .description { |
| 37 |
clear: both; |
clear: both; |
| 38 |
} |
} |
| 39 |
|
|
| 40 |
block-weblinks { |
.block-weblinks { |
| 41 |
font-size: 89%; |
font-size: 89%; |
| 42 |
line-height: 100%; |
line-height: 100%; |
| 43 |
} |
} |
| 44 |
|
|
| 45 |
block-weblinks h2 { |
.block-weblinks h2 { |
| 46 |
color: #ffffff; |
color: #ffffff; |
| 47 |
background-color: #2385c2; |
background-color: #2385c2; |
| 48 |
} |
} |
| 49 |
|
|
| 50 |
block-weblinks .description p { |
.block-weblinks .description p { |
| 51 |
margin: 0 0 0 -2em; |
margin: 0 0 0 -2em; |
| 52 |
font-size: 89%; |
font-size: 89%; |
| 53 |
} |
} |
| 82 |
margin-left: 0; |
margin-left: 0; |
| 83 |
} |
} |
| 84 |
|
|
| 85 |
weblinkCat fieldset.collapsible { |
.weblinkCat fieldset.collapsible { |
| 86 |
border: 5px ridge #5ab5ee; |
border: 5px ridge #5ab5ee; |
| 87 |
} |
} |
| 88 |
|
|
| 89 |
weblinkCat fieldset.collapsible legend { |
.weblinkCat fieldset.collapsible legend { |
| 90 |
background-color: #0072b9; |
background-color: #0072b9; |
| 91 |
} |
} |
| 92 |
|
|
| 93 |
weblinkCat fieldset.collapsible legend a { |
.weblinkCat fieldset.collapsible legend a { |
| 94 |
color: #ffffff; |
color: #ffffff; |
| 95 |
} |
} |
| 96 |
|
|
| 97 |
weblinkCat fieldset.collapsed { |
.weblinkCat fieldset.collapsed { |
| 98 |
border: 0px; |
border: 0px; |
| 99 |
} |
} |
| 100 |
|
|
| 101 |
weblinkCat fieldset.collapsed legend a { |
.weblinkCat fieldset.collapsed legend a { |
| 102 |
color: #0072b9; |
color: #0072b9; |
| 103 |
} |
} |
| 104 |
|
|
| 105 |
weblinkCat fieldset.collapsed legend { |
.weblinkCat fieldset.collapsed legend { |
| 106 |
background-color: transparent; |
background-color: transparent; |
| 107 |
} |
} |
| 108 |
|
|
| 109 |
weblinkCat { |
.weblinkCat { |
| 110 |
clear: both; |
clear: both; |
| 111 |
} |
} |
| 112 |
|
|
| 113 |
weblinkCat-depth-1 fieldset legend { |
.weblinkCat-depth-1 fieldset legend { |
| 114 |
font-size: 89%; |
font-size: 89%; |
| 115 |
} |
} |
| 116 |
|
|
| 117 |
weblinkCat-depth-0 fieldset legend a { |
.weblinkCat-depth-0 fieldset legend a { |
| 118 |
font-weight: bold; |
font-weight: bold; |
| 119 |
font-size: 140%; |
font-size: 140%; |
| 120 |
} |
} |
| 121 |
|
|
| 122 |
weblinks-cat-desc p { |
.weblinks-cat-desc p { |
| 123 |
font-size: 120%; |
font-size: 120%; |
| 124 |
color: #494949; |
color: #494949; |
| 125 |
text-align: center; |
text-align: center; |
| 126 |
} |
} |
| 127 |
|
|
| 128 |
weblinks-ops { |
.weblinks-ops { |
| 129 |
display: inline; |
display: inline; |
| 130 |
} |
} |
| 131 |
|
|
| 132 |
weblinks-linkview { |
.weblinks-linkview { |
| 133 |
font-size: 130%; |
font-size: 130%; |
| 134 |
font-weight: bold; |
font-weight: bold; |
| 135 |
} |
} |
| 136 |
|
|
| 137 |
weblinks-comment-links { |
.weblinks-comment-links { |
| 138 |
margin-left: 5em; |
margin-left: 5em; |
| 139 |
font-size: 75%; |
font-size: 75%; |
| 140 |
} |
} |
| 141 |
|
|
| 142 |
weblinks-status-warning { |
.weblinks-status-warning { |
| 143 |
margin-left: 2em; |
margin-left: 2em; |
| 144 |
color: red; |
color: red; |
| 145 |
font-size: 89%; |
font-size: 89%; |
| 146 |
display: inline; |
display: inline; |
| 147 |
} |
} |
| 148 |
|
|
| 149 |
weblinks-status-notice { |
.weblinks-status-notice { |
| 150 |
margin-left: 2em; |
margin-left: 2em; |
| 151 |
color: green; |
color: green; |
| 152 |
font-size: 89%; |
font-size: 89%; |