Difference between revisions of "MediaWiki:Vector.css"

From Baloogan Campaign Wiki
Jump to: navigation, search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
.baloogan_small_image{
 
.baloogan_small_image{
float:right;width:50%;
+
float:right;width:33%;
 
-webkit-transition: width 1s ease-in-out;
 
-webkit-transition: width 1s ease-in-out;
 
     -moz-transition: width 1s ease-in-out;
 
     -moz-transition: width 1s ease-in-out;
Line 39: Line 39:
 
}
 
}
 
*/
 
*/
 +
 +
 +
 +
 +
 +
 +
 +
span.tocnumber {
 +
display:none;
 +
}
  
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
Line 44: Line 54:
 
#p-cactions-label h3{
 
#p-cactions-label h3{
 
border-bottom: 0px !important;
 
border-bottom: 0px !important;
 +
}
 +
#p-Platform_Database .body{
 +
display:block !important;
 
}
 
}
 
#p-Geoscape_08_ADMIN .body{
 
#p-Geoscape_08_ADMIN .body{
Line 55: Line 68:
 
}
 
}
 
#p-DB3000 .body{
 
#p-DB3000 .body{
 +
display:block !important;
 +
}
 +
#p-Donate .body{
 
display:block !important;
 
display:block !important;
 
}
 
}
  
 +
 +
 +
#p-Platform_Database h3 {
 +
background:none !important;
 +
}
 
#p-DB3000 h3 {
 
#p-DB3000 h3 {
 
background:none !important;
 
background:none !important;
Line 69: 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;
 +
}
 +
*/
  
  
Line 82: Line 133:
  
  
.gainlayout
+
 
{
+
 
height:1%;
+
 
 +
 
 +
/* 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;
 
}
 
}
  
.discussion-bn {cursor:pointer;text-decoration:none !important;}
+
ul.as-selections.loading {
.discussion-bnl,.discussion-bnr
+
background-color: #eee;
{
+
}
background: url(discussion.png) no-repeat 0px 0px;
+
 
_background: url(discussion.gif) no-repeat 0px 0px;
+
ul.as-selections li {
display:block;
 
 
float: left;
 
float: left;
height:24px;
+
margin: 1px 4px 1px 0;
width:11px;
 
color:#000;
 
text-decoration:none;
 
 
}
 
}
  
.discussion-bnr
+
ul.as-selections li.as-selection-item {
{
+
color: #2b3840;
background-position:100% -0px;
+
font-size: 13px;
padding:0 12px 0 0;
+
font-family: "Lucida Grande", arial, sans-serif;
font-size:12px !important;
+
text-shadow: 0 1px 1px #fff;
line-height:24px;
+
background-color: #ddeefe;
margin:0px 10px 0px 0px !important;
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
overflow: hidden;
+
border: 1px solid #acc3ec;
width:auto;
+
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;
 
}
 
}
  
.discussion-bn:hover span {background-position:0px -25px;}
+
ul.as-selections li.as-selection-item:last-child {
.discussion-bn:hover .discussion-bnr {background-position:100% -25px;}
+
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;
 +
}
  
.discussion-link1
+
ul.as-selections li.as-selection-item.blur a.as-close {
{
+
color: #999;
color:#0000FF;
 
 
}
 
}
  
.discussion-link2
+
ul.as-selections li:hover.as-selection-item {
{
+
color: #2b3840;
color:#3030FF;
+
background-color: #bbd4f1;
font-style:italic;
+
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
 +
border-color: #6da0e0;
 +
border-top-color: #8bb7ed;
 
}
 
}
  
.discussion-header
+
ul.as-selections li:hover.as-selection-item a.as-close {
{
+
color: #4d70b0;
margin-bottom:5px;
 
 
}
 
}
  
.discussion-input
+
ul.as-selections li.as-selection-item.selected {
{
+
border-color: #1f30e4;
margin-top: 5px;
 
margin-bottom: 5px;
 
border:2px solid blue;
 
padding: 5px 20px 5px 5px;
 
 
}
 
}
  
.discussion-action0
+
ul.as-selections li.as-selection-item a:hover.as-close {
{
+
color: #1b3c65;
float:right;
 
margin-left:8px;
 
text-align:right;
 
color:#aaaaaa
 
 
}
 
}
.discussion-action
+
 
{
+
ul.as-selections li.as-selection-item a:active.as-close {
float:right;
+
color: #4d70b0;
margin-left:8px;
 
text-align:right;
 
cursor:pointer;
 
 
}
 
}
.discussion-disabled
+
 
{
+
ul.as-selections li.as-original {
 +
margin-left: 0;
 
}
 
}
  
.discussion-reply-info
+
ul.as-selections li.as-original input {
{
+
border: none;
margin-left:3.0em;
+
outline: none;
 +
font-size: 13px;
 +
width: 120px;
 +
height: 18px;
 +
padding-top: 3px;
 
}
 
}
  
.discussion-replies
+
ul.as-list {
{
+
position: absolute;
margin-top:5px;
+
list-style-type: none;
margin-left:2.20em;
+
margin: 2px 0 0 0;
border-left:2px solid #808080;
+
padding: 0;
padding-left:5px;
+
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;
 
}
 
}
  
.discussion-reply-toggle
+
li.as-result-item, li.as-message {
{
+
margin: 0 0 0 0;
float:left;
+
padding: 5px 12px;
font-family:'Courier New',monospace;
+
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;
 
}
 
}
.discussion-reply-toggle a,
+
 
.discussion-reply-toggle a:link,
+
li:first-child.as-result-item {
.discussion-reply-toggle a:active,
+
margin: 0;
.discussion-reply-toggle a:visited,
 
.discussion-reply-toggle a:hover
 
{
 
cursor:pointer;
 
text-decoration: none;
 
speak: none;
 
outline:none;
 
 
}
 
}
  
.discussion-comment
+
li.as-message {
{
+
margin: 0;
margin-bottom:5px;
+
cursor: default;
 
}
 
}
  
.discussion-comment-header,.discussion-comment-header-highlight { padding:1px 5px 5px 5px; }
+
li.as-result-item.active {
.discussion-comment-header { background-color:#eeeeee; }
+
background-color: #3668d9;
.discussion-comment-header-highlight { background-color:#ffeedd; }
+
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;
 +
}
  
.discussion-comment-author
+
li.as-result-item em {
{
+
font-style: normal;
float:left;
+
background: #444; 
font-weight:bold;
+
padding: 0 2px;
 +
color: #fff;
 
}
 
}
  
.discussion-comment-date
+
li.as-result-item.active em {  
{
+
background: #253f7a;
float:left;
+
color: #fff;
color:#808080;
 
margin-left:10px;
 
 
}
 
}
  
.discussion-comment-text,.discussion-comment-text-highlight { padding:1px 5px 1px 5px; }
+
/* Webkit Hacks  */
.discussion-comment-text { background-color:#eeeeee; }
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
.discussion-comment-text-highlight { background-color:#ffeedd; }
+
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;
 +
}
 +
}
  
.discussion-comment-quote
+
/* Opera Hacks  */
{
+
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
padding:1px 5px 1px 5px;
+
ul.as-list {
border-left:1px solid #2020e0;
+
border: 1px solid #888;
font-style:italic;
+
}
margin-left:10px;
+
ul.as-selections li.as-selection-item a.as-close {
color:#2020e0;
+
margin-left: 4px;
 +
margin-top: 0;
 +
}
 
}
 
}
  
.discussion-prev, .discussion-next
+
/* IE Hacks  */
{
+
ul.as-list {
margin-top:5px;
+
border: 1px solid #888\9;
 +
}
 +
ul.as-selections li.as-selection-item a.as-close {
 +
margin-left: 4px\9;
 +
margin-top: 0\9;
 
}
 
}
  
.discussion-options
+
/* Firefox 3.0 Hacks */
{
+
ul.as-list,  x:-moz-any-link, x:default {
background-color:#eeeeee;
+
border: 1px solid #888;
border:2px solid blue;
+
}
padding: 10px 15px 10px 15px;
+
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
margin-bottom: 15px;
+
border: none;
 
}
 
}
  
.discussion-footer
+
a.external{
{
+
background-image:none !important;
border-top:1px solid #999999;
+
padding-right:0 !important;
margin-top:15px;
 
padding-top:10px;
 
 
}
 
}

Latest revision as of 08: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;
}