Difference between revisions of "MediaWiki:Vector.css"
From Baloogan Campaign Wiki
| (23 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | .baloogan_small_image{ | ||
| + | float:right;width:33%; | ||
| + | -webkit-transition: width 1s ease-in-out; | ||
| + | -moz-transition: width 1s ease-in-out; | ||
| + | -o-transition: width 1s ease-in-out; | ||
| + | transition: width 1s ease-in-out; | ||
| + | } | ||
| + | .baloogan_big_image{ | ||
| + | float:right;width:100%; | ||
| + | -webkit-transition: width 1s ease-in-out; | ||
| + | -moz-transition: width 1s ease-in-out; | ||
| + | -o-transition: width 1s ease-in-out; | ||
| + | transition: width 1s ease-in-out; | ||
| + | |||
| + | } | ||
| + | /* | ||
| + | .baloogan_small_image{ | ||
| + | float:right;max-width:50%;min-width:50%; | ||
| + | -webkit-transition: max-width 1s ease-in-out; | ||
| + | -moz-transition: max-width 1s ease-in-out; | ||
| + | -o-transition: max-width 1s ease-in-out; | ||
| + | transition: max-width 1s ease-in-out; | ||
| + | -webkit-transition: min-width 1s ease-in-out; | ||
| + | -moz-transition: min-width 1s ease-in-out; | ||
| + | -o-transition: min-width 1s ease-in-out; | ||
| + | transition: min-width 1s ease-in-out; | ||
| + | |||
| + | } | ||
| + | .baloogan_big_image{ | ||
| + | float:right;max-width:100%;min-width:100%; | ||
| + | -webkit-transition: max-width 1s ease-in-out; | ||
| + | -moz-transition: max-width 1s ease-in-out; | ||
| + | -o-transition: max-width 1s ease-in-out; | ||
| + | transition: max-width 1s ease-in-out; | ||
| + | -webkit-transition: min-width 1s ease-in-out; | ||
| + | -moz-transition: min-width 1s ease-in-out; | ||
| + | -o-transition: min-width 1s ease-in-out; | ||
| + | transition: min-width 1s ease-in-out; | ||
| + | } | ||
| + | */ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | span.tocnumber { | ||
| + | display:none; | ||
| + | } | ||
| + | |||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* force the display of the contents of the section */ | /* force the display of the contents of the section */ | ||
| − | #p-cactions-label | + | #p-cactions-label h3{ |
| − | border-bottom: 0px | + | border-bottom: 0px !important; |
| + | } | ||
| + | #p-Platform_Database .body{ | ||
| + | display:block !important; | ||
} | } | ||
#p-Geoscape_08_ADMIN .body{ | #p-Geoscape_08_ADMIN .body{ | ||
| Line 13: | Line 67: | ||
display:block !important; | display:block !important; | ||
} | } | ||
| + | #p-DB3000 .body{ | ||
| + | display:block !important; | ||
| + | } | ||
| + | #p-Donate .body{ | ||
| + | display:block !important; | ||
| + | } | ||
| + | |||
| + | |||
| + | #p-Platform_Database h3 { | ||
| + | background:none !important; | ||
| + | } | ||
| + | #p-DB3000 h3 { | ||
| + | background:none !important; | ||
| + | } | ||
#p-Geoscape_08_ADMIN h3 { | #p-Geoscape_08_ADMIN h3 { | ||
background:none !important; | background:none !important; | ||
| Line 22: | Line 90: | ||
#p-REDFOR h3 { | #p-REDFOR h3 { | ||
background:none !important; | background:none !important; | ||
| + | } | ||
| + | #p-Donate h3 { | ||
| + | background:none !important; | ||
| + | } | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | #p-Platform_Database-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | #p-DB3000-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | #p-Geoscape_08_ADMIN-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | #p-BLUFOR-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | #p-REDFOR-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | #p-Donate-label h3 { | ||
| + | margin-left:0cm; | ||
| + | } | ||
| + | |||
| + | /* | ||
| + | #toc { | ||
| + | float:left; | ||
| + | } | ||
| + | */ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | /* AutoSuggest CSS - Version 1.2 */ | ||
| + | |||
| + | ul.as-selections { | ||
| + | list-style-type: none; | ||
| + | border-top: 1px solid #888; | ||
| + | border-bottom: 1px solid #b6b6b6; | ||
| + | border-left: 1px solid #aaa; | ||
| + | border-right: 1px solid #aaa; | ||
| + | padding: 4px 0 4px 4px; | ||
| + | margin: 0; | ||
| + | overflow: auto; | ||
| + | background-color: #fff; | ||
| + | box-shadow:inset 0 1px 2px #888; | ||
| + | -webkit-box-shadow:inset 0 1px 2px #888; | ||
| + | -moz-box-shadow:inset 0 1px 2px #888; | ||
| + | } | ||
| + | |||
| + | ul.as-selections.loading { | ||
| + | background-color: #eee; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li { | ||
| + | float: left; | ||
| + | margin: 1px 4px 1px 0; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item { | ||
| + | color: #2b3840; | ||
| + | font-size: 13px; | ||
| + | font-family: "Lucida Grande", arial, sans-serif; | ||
| + | text-shadow: 0 1px 1px #fff; | ||
| + | background-color: #ddeefe; | ||
| + | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1)); | ||
| + | border: 1px solid #acc3ec; | ||
| + | border-top-color: #c0d9e9; | ||
| + | padding: 2px 7px 2px 10px; | ||
| + | border-radius: 12px; | ||
| + | -webkit-border-radius: 12px; | ||
| + | -moz-border-radius: 12px; | ||
| + | box-shadow: 0 1px 1px #e4edf2; | ||
| + | -webkit-box-shadow: 0 1px 1px #e4edf2; | ||
| + | -moz-box-shadow: 0 1px 1px #e4edf2; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item:last-child { | ||
| + | margin-left: 30px; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item a.as-close { | ||
| + | float: right; | ||
| + | margin: 1px 0 0 7px; | ||
| + | padding: 0 2px; | ||
| + | cursor: pointer; | ||
| + | color: #5491be; | ||
| + | font-family: "Helvetica", helvetica, arial, sans-serif; | ||
| + | font-size: 14px; | ||
| + | font-weight: bold; | ||
| + | text-shadow: 0 1px 1px #fff; | ||
| + | -webkit-transition: color .1s ease-in; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item.blur { | ||
| + | color: #666666; | ||
| + | background-color: #f4f4f4; | ||
| + | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); | ||
| + | border-color: #bbb; | ||
| + | border-top-color: #ccc; | ||
| + | box-shadow: 0 1px 1px #e9e9e9; | ||
| + | -webkit-box-shadow: 0 1px 1px #e9e9e9; | ||
| + | -moz-box-shadow: 0 1px 1px #e9e9e9; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item.blur a.as-close { | ||
| + | color: #999; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li:hover.as-selection-item { | ||
| + | color: #2b3840; | ||
| + | background-color: #bbd4f1; | ||
| + | background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5)); | ||
| + | border-color: #6da0e0; | ||
| + | border-top-color: #8bb7ed; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li:hover.as-selection-item a.as-close { | ||
| + | color: #4d70b0; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item.selected { | ||
| + | border-color: #1f30e4; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item a:hover.as-close { | ||
| + | color: #1b3c65; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-selection-item a:active.as-close { | ||
| + | color: #4d70b0; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-original { | ||
| + | margin-left: 0; | ||
| + | } | ||
| + | |||
| + | ul.as-selections li.as-original input { | ||
| + | border: none; | ||
| + | outline: none; | ||
| + | font-size: 13px; | ||
| + | width: 120px; | ||
| + | height: 18px; | ||
| + | padding-top: 3px; | ||
| + | } | ||
| + | |||
| + | ul.as-list { | ||
| + | position: absolute; | ||
| + | list-style-type: none; | ||
| + | margin: 2px 0 0 0; | ||
| + | padding: 0; | ||
| + | font-size: 14px; | ||
| + | color: #000; | ||
| + | font-family: "Lucida Grande", arial, sans-serif; | ||
| + | background-color: #fff; | ||
| + | background-color: rgba(255,255,255,0.95); | ||
| + | z-index: 2; | ||
| + | box-shadow: 0 2px 12px #222; | ||
| + | -webkit-box-shadow: 0 2px 12px #222; | ||
| + | -moz-box-shadow: 0 2px 12px #222; | ||
| + | border-radius: 5px; | ||
| + | -webkit-border-radius: 5px; | ||
| + | -moz-border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | li.as-result-item, li.as-message { | ||
| + | margin: 0 0 0 0; | ||
| + | padding: 5px 12px; | ||
| + | background-color: transparent; | ||
| + | border: 1px solid #fff; | ||
| + | border-bottom: 1px solid #ddd; | ||
| + | cursor: pointer; | ||
| + | border-radius: 5px; | ||
| + | -webkit-border-radius: 5px; | ||
| + | -moz-border-radius: 5px; | ||
| + | } | ||
| + | |||
| + | li:first-child.as-result-item { | ||
| + | margin: 0; | ||
| + | } | ||
| + | |||
| + | li.as-message { | ||
| + | margin: 0; | ||
| + | cursor: default; | ||
| + | } | ||
| + | |||
| + | li.as-result-item.active { | ||
| + | background-color: #3668d9; | ||
| + | background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242))); | ||
| + | border-color: #3342e8; | ||
| + | color: #fff; | ||
| + | text-shadow: 0 1px 2px #122042; | ||
| + | } | ||
| + | |||
| + | li.as-result-item em { | ||
| + | font-style: normal; | ||
| + | background: #444; | ||
| + | padding: 0 2px; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | li.as-result-item.active em { | ||
| + | background: #253f7a; | ||
| + | color: #fff; | ||
| + | } | ||
| + | |||
| + | /* Webkit Hacks */ | ||
| + | @media screen and (-webkit-min-device-pixel-ratio:0) { | ||
| + | ul.as-selections { | ||
| + | border-top-width: 2px; | ||
| + | } | ||
| + | ul.as-selections li.as-selection-item { | ||
| + | padding-top: 3px; | ||
| + | padding-bottom: 3px; | ||
| + | } | ||
| + | ul.as-selections li.as-selection-item a.as-close { | ||
| + | margin-top: -1px; | ||
| + | } | ||
| + | ul.as-selections li.as-original input { | ||
| + | height: 19px; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /* Opera Hacks */ | ||
| + | @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { | ||
| + | ul.as-list { | ||
| + | border: 1px solid #888; | ||
| + | } | ||
| + | ul.as-selections li.as-selection-item a.as-close { | ||
| + | margin-left: 4px; | ||
| + | margin-top: 0; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | /* IE Hacks */ | ||
| + | ul.as-list { | ||
| + | border: 1px solid #888\9; | ||
| + | } | ||
| + | ul.as-selections li.as-selection-item a.as-close { | ||
| + | margin-left: 4px\9; | ||
| + | margin-top: 0\9; | ||
| + | } | ||
| + | |||
| + | /* Firefox 3.0 Hacks */ | ||
| + | ul.as-list, x:-moz-any-link, x:default { | ||
| + | border: 1px solid #888; | ||
| + | } | ||
| + | BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */ | ||
| + | border: none; | ||
| + | } | ||
| + | |||
| + | a.external{ | ||
| + | background-image:none !important; | ||
| + | padding-right:0 !important; | ||
} | } | ||
Latest revision as of 07:36, 17 January 2015
.baloogan_small_image{
float:right;width:33%;
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
.baloogan_big_image{
float:right;width:100%;
-webkit-transition: width 1s ease-in-out;
-moz-transition: width 1s ease-in-out;
-o-transition: width 1s ease-in-out;
transition: width 1s ease-in-out;
}
/*
.baloogan_small_image{
float:right;max-width:50%;min-width:50%;
-webkit-transition: max-width 1s ease-in-out;
-moz-transition: max-width 1s ease-in-out;
-o-transition: max-width 1s ease-in-out;
transition: max-width 1s ease-in-out;
-webkit-transition: min-width 1s ease-in-out;
-moz-transition: min-width 1s ease-in-out;
-o-transition: min-width 1s ease-in-out;
transition: min-width 1s ease-in-out;
}
.baloogan_big_image{
float:right;max-width:100%;min-width:100%;
-webkit-transition: max-width 1s ease-in-out;
-moz-transition: max-width 1s ease-in-out;
-o-transition: max-width 1s ease-in-out;
transition: max-width 1s ease-in-out;
-webkit-transition: min-width 1s ease-in-out;
-moz-transition: min-width 1s ease-in-out;
-o-transition: min-width 1s ease-in-out;
transition: min-width 1s ease-in-out;
}
*/
span.tocnumber {
display:none;
}
/* CSS placed here will affect users of the Vector skin */
/* force the display of the contents of the section */
#p-cactions-label h3{
border-bottom: 0px !important;
}
#p-Platform_Database .body{
display:block !important;
}
#p-Geoscape_08_ADMIN .body{
display:block !important;
}
#p-BLUFOR .body{
display:block !important;
}
#p-REDFOR .body{
display:block !important;
}
#p-DB3000 .body{
display:block !important;
}
#p-Donate .body{
display:block !important;
}
#p-Platform_Database h3 {
background:none !important;
}
#p-DB3000 h3 {
background:none !important;
}
#p-Geoscape_08_ADMIN h3 {
background:none !important;
}
#p-BLUFOR h3 {
background:none !important;
}
#p-REDFOR h3 {
background:none !important;
}
#p-Donate h3 {
background:none !important;
}
#p-Platform_Database-label h3 {
margin-left:0cm;
}
#p-DB3000-label h3 {
margin-left:0cm;
}
#p-Geoscape_08_ADMIN-label h3 {
margin-left:0cm;
}
#p-BLUFOR-label h3 {
margin-left:0cm;
}
#p-REDFOR-label h3 {
margin-left:0cm;
}
#p-Donate-label h3 {
margin-left:0cm;
}
/*
#toc {
float:left;
}
*/
/* AutoSuggest CSS - Version 1.2 */
ul.as-selections {
list-style-type: none;
border-top: 1px solid #888;
border-bottom: 1px solid #b6b6b6;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
padding: 4px 0 4px 4px;
margin: 0;
overflow: auto;
background-color: #fff;
box-shadow:inset 0 1px 2px #888;
-webkit-box-shadow:inset 0 1px 2px #888;
-moz-box-shadow:inset 0 1px 2px #888;
}
ul.as-selections.loading {
background-color: #eee;
}
ul.as-selections li {
float: left;
margin: 1px 4px 1px 0;
}
ul.as-selections li.as-selection-item {
color: #2b3840;
font-size: 13px;
font-family: "Lucida Grande", arial, sans-serif;
text-shadow: 0 1px 1px #fff;
background-color: #ddeefe;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
border: 1px solid #acc3ec;
border-top-color: #c0d9e9;
padding: 2px 7px 2px 10px;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
box-shadow: 0 1px 1px #e4edf2;
-webkit-box-shadow: 0 1px 1px #e4edf2;
-moz-box-shadow: 0 1px 1px #e4edf2;
}
ul.as-selections li.as-selection-item:last-child {
margin-left: 30px;
}
ul.as-selections li.as-selection-item a.as-close {
float: right;
margin: 1px 0 0 7px;
padding: 0 2px;
cursor: pointer;
color: #5491be;
font-family: "Helvetica", helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
text-shadow: 0 1px 1px #fff;
-webkit-transition: color .1s ease-in;
}
ul.as-selections li.as-selection-item.blur {
color: #666666;
background-color: #f4f4f4;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
border-color: #bbb;
border-top-color: #ccc;
box-shadow: 0 1px 1px #e9e9e9;
-webkit-box-shadow: 0 1px 1px #e9e9e9;
-moz-box-shadow: 0 1px 1px #e9e9e9;
}
ul.as-selections li.as-selection-item.blur a.as-close {
color: #999;
}
ul.as-selections li:hover.as-selection-item {
color: #2b3840;
background-color: #bbd4f1;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
border-color: #6da0e0;
border-top-color: #8bb7ed;
}
ul.as-selections li:hover.as-selection-item a.as-close {
color: #4d70b0;
}
ul.as-selections li.as-selection-item.selected {
border-color: #1f30e4;
}
ul.as-selections li.as-selection-item a:hover.as-close {
color: #1b3c65;
}
ul.as-selections li.as-selection-item a:active.as-close {
color: #4d70b0;
}
ul.as-selections li.as-original {
margin-left: 0;
}
ul.as-selections li.as-original input {
border: none;
outline: none;
font-size: 13px;
width: 120px;
height: 18px;
padding-top: 3px;
}
ul.as-list {
position: absolute;
list-style-type: none;
margin: 2px 0 0 0;
padding: 0;
font-size: 14px;
color: #000;
font-family: "Lucida Grande", arial, sans-serif;
background-color: #fff;
background-color: rgba(255,255,255,0.95);
z-index: 2;
box-shadow: 0 2px 12px #222;
-webkit-box-shadow: 0 2px 12px #222;
-moz-box-shadow: 0 2px 12px #222;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
li.as-result-item, li.as-message {
margin: 0 0 0 0;
padding: 5px 12px;
background-color: transparent;
border: 1px solid #fff;
border-bottom: 1px solid #ddd;
cursor: pointer;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
li:first-child.as-result-item {
margin: 0;
}
li.as-message {
margin: 0;
cursor: default;
}
li.as-result-item.active {
background-color: #3668d9;
background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
border-color: #3342e8;
color: #fff;
text-shadow: 0 1px 2px #122042;
}
li.as-result-item em {
font-style: normal;
background: #444;
padding: 0 2px;
color: #fff;
}
li.as-result-item.active em {
background: #253f7a;
color: #fff;
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.as-selections {
border-top-width: 2px;
}
ul.as-selections li.as-selection-item {
padding-top: 3px;
padding-bottom: 3px;
}
ul.as-selections li.as-selection-item a.as-close {
margin-top: -1px;
}
ul.as-selections li.as-original input {
height: 19px;
}
}
/* Opera Hacks */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
ul.as-list {
border: 1px solid #888;
}
ul.as-selections li.as-selection-item a.as-close {
margin-left: 4px;
margin-top: 0;
}
}
/* IE Hacks */
ul.as-list {
border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
margin-left: 4px\9;
margin-top: 0\9;
}
/* Firefox 3.0 Hacks */
ul.as-list, x:-moz-any-link, x:default {
border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
border: none;
}
a.external{
background-image:none !important;
padding-right:0 !important;
}