Difference between revisions of "MediaWiki:Vector.css"
From Baloogan Campaign Wiki
Line 69: | Line 69: | ||
#p-REDFOR h3 { | #p-REDFOR h3 { | ||
background:none !important; | background:none !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .gainlayout | ||
+ | { | ||
+ | height:1%; | ||
+ | } | ||
+ | |||
+ | .discussion-bn {cursor:pointer;text-decoration:none !important;} | ||
+ | .discussion-bnl,.discussion-bnr | ||
+ | { | ||
+ | background: url(discussion.png) no-repeat 0px 0px; | ||
+ | _background: url(discussion.gif) no-repeat 0px 0px; | ||
+ | display:block; | ||
+ | float: left; | ||
+ | height:24px; | ||
+ | width:11px; | ||
+ | color:#000; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | .discussion-bnr | ||
+ | { | ||
+ | background-position:100% -0px; | ||
+ | padding:0 12px 0 0; | ||
+ | font-size:12px !important; | ||
+ | line-height:24px; | ||
+ | margin:0px 10px 0px 0px !important; | ||
+ | overflow: hidden; | ||
+ | width:auto; | ||
+ | } | ||
+ | |||
+ | .discussion-bn:hover span {background-position:0px -25px;} | ||
+ | .discussion-bn:hover .discussion-bnr {background-position:100% -25px;} | ||
+ | |||
+ | .discussion-link1 | ||
+ | { | ||
+ | color:#0000FF; | ||
+ | } | ||
+ | |||
+ | .discussion-link2 | ||
+ | { | ||
+ | color:#3030FF; | ||
+ | font-style:italic; | ||
+ | } | ||
+ | |||
+ | .discussion-header | ||
+ | { | ||
+ | margin-bottom:5px; | ||
+ | } | ||
+ | |||
+ | .discussion-input | ||
+ | { | ||
+ | margin-top: 5px; | ||
+ | margin-bottom: 5px; | ||
+ | border:2px solid blue; | ||
+ | padding: 5px 20px 5px 5px; | ||
+ | } | ||
+ | |||
+ | .discussion-action0 | ||
+ | { | ||
+ | float:right; | ||
+ | margin-left:8px; | ||
+ | text-align:right; | ||
+ | color:#aaaaaa | ||
+ | } | ||
+ | .discussion-action | ||
+ | { | ||
+ | float:right; | ||
+ | margin-left:8px; | ||
+ | text-align:right; | ||
+ | cursor:pointer; | ||
+ | } | ||
+ | .discussion-disabled | ||
+ | { | ||
+ | } | ||
+ | |||
+ | .discussion-reply-info | ||
+ | { | ||
+ | margin-left:3.0em; | ||
+ | } | ||
+ | |||
+ | .discussion-replies | ||
+ | { | ||
+ | margin-top:5px; | ||
+ | margin-left:2.20em; | ||
+ | border-left:2px solid #808080; | ||
+ | padding-left:5px; | ||
+ | } | ||
+ | |||
+ | .discussion-reply-toggle | ||
+ | { | ||
+ | float:left; | ||
+ | font-family:'Courier New',monospace; | ||
+ | } | ||
+ | .discussion-reply-toggle a, | ||
+ | .discussion-reply-toggle a:link, | ||
+ | .discussion-reply-toggle a:active, | ||
+ | .discussion-reply-toggle a:visited, | ||
+ | .discussion-reply-toggle a:hover | ||
+ | { | ||
+ | cursor:pointer; | ||
+ | text-decoration: none; | ||
+ | speak: none; | ||
+ | outline:none; | ||
+ | } | ||
+ | |||
+ | .discussion-comment | ||
+ | { | ||
+ | margin-bottom:5px; | ||
+ | } | ||
+ | |||
+ | .discussion-comment-header,.discussion-comment-header-highlight { padding:1px 5px 5px 5px; } | ||
+ | .discussion-comment-header { background-color:#eeeeee; } | ||
+ | .discussion-comment-header-highlight { background-color:#ffeedd; } | ||
+ | |||
+ | .discussion-comment-author | ||
+ | { | ||
+ | float:left; | ||
+ | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .discussion-comment-date | ||
+ | { | ||
+ | float:left; | ||
+ | color:#808080; | ||
+ | margin-left:10px; | ||
+ | } | ||
+ | |||
+ | .discussion-comment-text,.discussion-comment-text-highlight { padding:1px 5px 1px 5px; } | ||
+ | .discussion-comment-text { background-color:#eeeeee; } | ||
+ | .discussion-comment-text-highlight { background-color:#ffeedd; } | ||
+ | |||
+ | .discussion-comment-quote | ||
+ | { | ||
+ | padding:1px 5px 1px 5px; | ||
+ | border-left:1px solid #2020e0; | ||
+ | font-style:italic; | ||
+ | margin-left:10px; | ||
+ | color:#2020e0; | ||
+ | } | ||
+ | |||
+ | .discussion-prev, .discussion-next | ||
+ | { | ||
+ | margin-top:5px; | ||
+ | } | ||
+ | |||
+ | .discussion-options | ||
+ | { | ||
+ | background-color:#eeeeee; | ||
+ | border:2px solid blue; | ||
+ | padding: 10px 15px 10px 15px; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | .discussion-footer | ||
+ | { | ||
+ | border-top:1px solid #999999; | ||
+ | margin-top:15px; | ||
+ | padding-top:10px; | ||
} | } |
Revision as of 17:59, 22 January 2014
.baloogan_small_image{ float:right;width:50%; -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; } */ /* 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-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-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; } .gainlayout { height:1%; } .discussion-bn {cursor:pointer;text-decoration:none !important;} .discussion-bnl,.discussion-bnr { background: url(discussion.png) no-repeat 0px 0px; _background: url(discussion.gif) no-repeat 0px 0px; display:block; float: left; height:24px; width:11px; color:#000; text-decoration:none; } .discussion-bnr { background-position:100% -0px; padding:0 12px 0 0; font-size:12px !important; line-height:24px; margin:0px 10px 0px 0px !important; overflow: hidden; width:auto; } .discussion-bn:hover span {background-position:0px -25px;} .discussion-bn:hover .discussion-bnr {background-position:100% -25px;} .discussion-link1 { color:#0000FF; } .discussion-link2 { color:#3030FF; font-style:italic; } .discussion-header { margin-bottom:5px; } .discussion-input { margin-top: 5px; margin-bottom: 5px; border:2px solid blue; padding: 5px 20px 5px 5px; } .discussion-action0 { float:right; margin-left:8px; text-align:right; color:#aaaaaa } .discussion-action { float:right; margin-left:8px; text-align:right; cursor:pointer; } .discussion-disabled { } .discussion-reply-info { margin-left:3.0em; } .discussion-replies { margin-top:5px; margin-left:2.20em; border-left:2px solid #808080; padding-left:5px; } .discussion-reply-toggle { float:left; font-family:'Courier New',monospace; } .discussion-reply-toggle a, .discussion-reply-toggle a:link, .discussion-reply-toggle a:active, .discussion-reply-toggle a:visited, .discussion-reply-toggle a:hover { cursor:pointer; text-decoration: none; speak: none; outline:none; } .discussion-comment { margin-bottom:5px; } .discussion-comment-header,.discussion-comment-header-highlight { padding:1px 5px 5px 5px; } .discussion-comment-header { background-color:#eeeeee; } .discussion-comment-header-highlight { background-color:#ffeedd; } .discussion-comment-author { float:left; font-weight:bold; } .discussion-comment-date { float:left; color:#808080; margin-left:10px; } .discussion-comment-text,.discussion-comment-text-highlight { padding:1px 5px 1px 5px; } .discussion-comment-text { background-color:#eeeeee; } .discussion-comment-text-highlight { background-color:#ffeedd; } .discussion-comment-quote { padding:1px 5px 1px 5px; border-left:1px solid #2020e0; font-style:italic; margin-left:10px; color:#2020e0; } .discussion-prev, .discussion-next { margin-top:5px; } .discussion-options { background-color:#eeeeee; border:2px solid blue; padding: 10px 15px 10px 15px; margin-bottom: 15px; } .discussion-footer { border-top:1px solid #999999; margin-top:15px; padding-top:10px; }