Demande #1917 » drupal.patch
drupal/6/sites/default/themes/zen_april/zen_april.css | ||
---|---|---|
margin: 0;
|
||
padding: 0;
|
||
background: #e2e5e9 url(images/body_bg_top.gif) top repeat-x;
|
||
font-family: Verdana, sans-serif;
|
||
font-family: Verdana, sans-serif !important;
|
||
color: #000;
|
||
background-color: #fff;
|
||
}
|
||
... | ... | |
a {
|
||
color: #02739f;
|
||
text-decoration: none;
|
||
text-decoration: none !important;
|
||
}
|
||
a:hover {
|
||
color: #005184;
|
||
text-decoration: none;
|
||
text-decoration: none !important;
|
||
}
|
||
ol { list-style-type: decimal; }
|
||
... | ... | |
#content-header h1 {
|
||
background: url(images/content_header_bg.gif) top repeat-x #0274A0;
|
||
}
|
||
#content-header .breadcrumb + h1 { background-position: left -0.8em; }
|
||
#content-header .breadcrumb + h1 { background-position: left -0.8em !important; }
|
||
#content-header .help { background-color: white; }
|
||
.breadcrumb /* The path to the current page in the form of a list of links */ {
|
||
color: #98cde7;
|
||
padding: 0 0 0 20px;
|
||
font-size: 10px;
|
||
padding-bottom: 0; /* Undo system.css */
|
||
color: #98cde7 !important;
|
||
padding: 0 0 0 20px !important;
|
||
font-size: 10px !important;
|
||
padding-bottom: 0 !important; /* Undo system.css */
|
||
background-color: inherit !important;
|
||
margin-bottom: inherit !important;
|
||
list-style: inherit !important;
|
||
border-radius: inherit !important;
|
||
}
|
||
.breadcrumb a { color: #cbe6f3; }
|
||
.breadcrumb a { color: #cbe6f3 !important; }
|
||
h1.title, /* The title of the page */
|
||
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
|
||
... | ... | |
min-height: 34px;
|
||
font-weight: normal;
|
||
}
|
||
.breadcrumb + h1 { padding-top: 0; }
|
||
.breadcrumb + h1 { padding-top: 0 !important; }
|
||
h2.pane-title, h2.pane-title a,
|
||
h2.title, h2.title a {
|
||
... | ... | |
}
|
||
.form-item label /* The label for a form element */ {
|
||
display: block;
|
||
font-weight: bold;
|
||
display: block !important;
|
||
font-weight: bold !important;
|
||
}
|
||
.form-item label.option /* The label for a radio button or checkbox */ {
|
||
... | ... | |
.front .item-list .pager{
|
||
display: none;
|
||
}
|
||
#dtcmain p, #dtcmail blockquote {
|
||
line-height: initial !important;
|
||
text-align: initial;
|
||
}
|
||
#content blockquote {
|
||
font-size: inherit !important;
|
||
}
|
drupal/6/sites/default/themes/zen_april/zen_april.info | ||
---|---|---|
stylesheets[all][] = elements.css
|
||
stylesheets[all][] = mobile.css
|
||
stylesheets[all][] = messages.css
|
||
stylesheets[all][] = bootstrap.min.css
|
||
stylesheets[all][] = font-awesome.min.css
|
||
; stylesheets[all][] = html-elements.css
|
||
; stylesheets[all][] = tabs.css
|
||
; stylesheets[all][] = messages.css
|