(Created page with "→CSS placed here will be applied to all skins: body{ background: #e1e1e1 url("/images/palm_background.jpg") 0px 0px no-repeat; }") |
|||
| (163 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | /*div.title-name { | ||
| + | display: none; | ||
| + | }*/ | ||
| − | + | .top-bar-section .left { | |
| + | font-size: 20px; | ||
| + | margin-left: 50px; | ||
| + | } | ||
| + | |||
| + | div#mw-subcategories h2{ | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | div#mw-subcategories p{ | ||
| + | display: none; | ||
| + | } | ||
| + | /*SlideShow Embed*/ | ||
| + | object, embed { | ||
| + | height: 440px; | ||
| + | width: 100%; | ||
| + | } | ||
| + | |||
| + | /*Category Table*/ | ||
| + | table { | ||
| + | background: #f3f3dd; | ||
| + | margin-bottom: 1.25em; | ||
| + | border: 1px solid #DDD; | ||
| + | } | ||
| + | |||
| + | .label { | ||
| + | background-color: #31B11E; | ||
| + | } | ||
| + | /*Search*/ | ||
| + | input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { | ||
| + | background-color: #f3f3dd !important; | ||
| + | font-family: inherit; | ||
| + | border: 1px solid #bb1637; | ||
| + | box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset; | ||
| + | color: rgba(0, 0, 0, 0.75); | ||
| + | display: inline-block; | ||
| + | font-size: 0.875em; | ||
| + | margin: 0px 0px 1em; | ||
| + | padding: 0.5em; | ||
| + | box-sizing: border-box; | ||
| + | transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s; | ||
| + | } | ||
| + | |||
| + | |||
| + | .top-bar .button.search { | ||
| + | background-color: #86b845; | ||
| + | border: 1px solid #bb1637 !important; | ||
| + | } | ||
| + | |||
| + | .top-bar input { | ||
| + | background-color: #f3f3dd; | ||
| + | } | ||
| + | .top-bar-section ul li ul.dropdown li > a { | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | |||
| + | /*Action Button*/ | ||
| + | button.secondary, .button.secondary { | ||
| + | background-color: #C7E7C6; | ||
| + | } | ||
| + | |||
| + | /*Footer*/ | ||
| + | footer.row { | ||
| + | background: #618D36 url("/images/stripes.svg") repeat scroll 0% 0%; | ||
| + | color: #f3f3dd; | ||
| + | } | ||
| + | |||
| + | #footer-right-icons { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | a { | ||
| + | color: #020000; | ||
| + | text-decoration: none; | ||
| + | line-height: inherit; | ||
| + | } | ||
| + | /*Narrow Screen Header Fix*/ | ||
| + | .top-bar .name { | ||
| + | height: 208px; | ||
| + | } | ||
| + | /*Nav Link Mod*/ | ||
| + | /*.top-bar-section { | ||
| + | left: -140px !important; | ||
| + | }*/ | ||
| + | |||
| + | .top-bar-section .has-dropdown { | ||
| + | font-size: 100%; | ||
| + | } | ||
| + | .top-bar-left.left { | ||
| + | color: #f3f3dd; | ||
| + | } | ||
| + | |||
| + | /*Search Form Mod*/ | ||
| + | .large-12 { | ||
| + | background-color: #f3f3dd; | ||
| + | } | ||
| + | |||
| + | .row { | ||
| + | background-color: transparent; | ||
| + | } | ||
| + | /* Custom Foreground menubar colors */ | ||
| + | .top-bar, | ||
| + | .top-bar-section ul, | ||
| + | .top-bar-section ul li.active > a, | ||
| + | .top-bar-section li a:not(.button), | ||
| + | .top-bar-section .has-form, | ||
| + | .top-bar form { | ||
| + | background: #618d36; | ||
| + | background-image:url('/images/stripes.svg'); | ||
| + | color: #f3f3dd; | ||
| + | } | ||
| + | |||
| + | .top-bar-section > ul > .divider, | ||
| + | .top-bar-section > ul > [role="separator"] { | ||
| + | border-color: #FFE4B2; | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | /* Darker color for the hover over items */ | ||
| + | .top-bar-section ul li.hover > a, | ||
| + | .top-bar-section ul li ul.dropdown li.hover > a{ | ||
| + | background: #86b845; | ||
| + | font-weight: strong; | ||
| + | } | ||
| + | |||
| + | /* Slightly darker color for the dropdowns */ | ||
| + | .top-bar-section ul li ul.dropdown li > a { | ||
| + | background: #96bf26; | ||
| + | color: #bb1637; | ||
| + | } | ||
| + | |||
| + | .top-bar .name h1 a { | ||
| + | font-weight: bold; | ||
| + | color: transparent; | ||
| + | } | ||
| + | |||
| + | |||
| + | /*body | ||
| + | { | ||
| + | background-image:url('/images/palmborder1800.jpg'); | ||
| + | background-size: 100%; | ||
| + | } | ||
| + | |||
| + | #bodyContent | ||
| + | { | ||
| + | background-color: white; | ||
| + | } | ||
| + | /*#menu { display:none!important; }*/ | ||
| + | |||
| + | globalWrapper { | ||
| + | position:relative; font-size: 127%; width: 100%; margin-left:auto; margin-right:auto; padding: 0; } | ||
| + | #nav-meta {disiplay:none!important;} | ||
| + | |||
| + | #top-wrap a, | ||
| + | #top-wrap a:visited { | ||
| + | color: #993333; | ||
| + | font-weight: bold; | ||
| + | font-family: big caslon; | ||
| + | font-style: normal; | ||
| + | } | ||
| + | #top-wrap { | ||
| + | color: #f3f3dd; | ||
| + | font-weight: normal; | ||
| + | font-family: big caslon; | ||
| + | font-style: italic; | ||
| + | } | ||
| + | */ | ||
/* CSS placed here will be applied to all skins */
/*div.title-name {
display: none;
}*/
.top-bar-section .left {
font-size: 20px;
margin-left: 50px;
}
div#mw-subcategories h2{
display: none;
}
div#mw-subcategories p{
display: none;
}
/*SlideShow Embed*/
object, embed {
height: 440px;
width: 100%;
}
/*Category Table*/
table {
background: #f3f3dd;
margin-bottom: 1.25em;
border: 1px solid #DDD;
}
.label {
background-color: #31B11E;
}
/*Search*/
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
background-color: #f3f3dd !important;
font-family: inherit;
border: 1px solid #bb1637;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
color: rgba(0, 0, 0, 0.75);
display: inline-block;
font-size: 0.875em;
margin: 0px 0px 1em;
padding: 0.5em;
box-sizing: border-box;
transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}
.top-bar .button.search {
background-color: #86b845;
border: 1px solid #bb1637 !important;
}
.top-bar input {
background-color: #f3f3dd;
}
.top-bar-section ul li ul.dropdown li > a {
font-weight: bold;
}
/*Action Button*/
button.secondary, .button.secondary {
background-color: #C7E7C6;
}
/*Footer*/
footer.row {
background: #618D36 url("/images/stripes.svg") repeat scroll 0% 0%;
color: #f3f3dd;
}
#footer-right-icons {
display: none;
}
a {
color: #020000;
text-decoration: none;
line-height: inherit;
}
/*Narrow Screen Header Fix*/
.top-bar .name {
height: 208px;
}
/*Nav Link Mod*/
/*.top-bar-section {
left: -140px !important;
}*/
.top-bar-section .has-dropdown {
font-size: 100%;
}
.top-bar-left.left {
color: #f3f3dd;
}
/*Search Form Mod*/
.large-12 {
background-color: #f3f3dd;
}
.row {
background-color: transparent;
}
/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form,
.top-bar form {
background: #618d36;
background-image:url('/images/stripes.svg');
color: #f3f3dd;
}
.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
border-color: #FFE4B2;
display: none;
}
/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
background: #86b845;
font-weight: strong;
}
/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
background: #96bf26;
color: #bb1637;
}
.top-bar .name h1 a {
font-weight: bold;
color: transparent;
}
/*body
{
background-image:url('/images/palmborder1800.jpg');
background-size: 100%;
}
#bodyContent
{
background-color: white;
}
/*#menu { display:none!important; }*/
globalWrapper {
position:relative; font-size: 127%; width: 100%; margin-left:auto; margin-right:auto; padding: 0; }
#nav-meta {disiplay:none!important;}
#top-wrap a,
#top-wrap a:visited {
color: #993333;
font-weight: bold;
font-family: big caslon;
font-style: normal;
}
#top-wrap {
color: #f3f3dd;
font-weight: normal;
font-family: big caslon;
font-style: italic;
}
*/