r46742 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46741‎ | r46742 | r46743 >
Date:22:55, 2 February 2009
Author:dale
Status:deferred
Tags:
Comment:
minnor style update
Modified paths:
  • /branches/MetavidWiki-exp/skins/mvpcf/style.css (modified) (history)

Diff [purge]

Index: branches/MetavidWiki-exp/skins/mvpcf/style.css
@@ -232,7 +232,7 @@
233233 width:780px;
234234 }
235235 ul.popularClips li {
236 - width: 161px;
 236+ width: 167px;
237237 float: left;
238238 display: inline;
239239 text-align: center;
@@ -242,7 +242,8 @@
243243 ul.popularClips li span{
244244 line-height:1.4;
245245 }
246 -ul.popularClips li span.title {display: block; font-weight: bold; margin: 3px 0;}
 246+ul.popularClips li span.title { display: block; font-weight: bold; margin: 3px 0; }
 247+table.popularClips tr td span.title { display: block; font-weight: bold; margin: 3px 0; }
247248 ul.popularClips li span.description {display: block; margin: 3px 0;}
248249 ul.popularClips li span.keywords {display: block; margin: 3px 0;}
249250
@@ -889,4 +890,155 @@
890891 .floatright{
891892 float:right;
892893 padding-left:5px;
 894+}
 895+.tright{
 896+ float:right;
 897+}
 898+.tleft{
 899+ float:left;
 900+}
 901+
 902+ul {
 903+ line-height:1.5em;
 904+ list-style-image:url(bullet.gif);
 905+ list-style-type:square;
 906+ margin:0.3em 0 0 1.5em;
 907+ padding:0;
 908+}
 909+li {
 910+ margin-bottom: .1em;
 911+}
 912+
 913+#preftoc {
 914+ margin: 0;
 915+ padding: 0;
 916+ width: 100%;
 917+ clear: both;
 918+}
 919+#preftoc li {
 920+ background-color: #f0f0f0;
 921+ color: #000;
 922+}
 923+#preftoc li {
 924+ margin: 1px -2px 1px 2px;
 925+ float: left;
 926+ padding: 2px 0 3px 0;
 927+ border: 1px solid #fff;
 928+ border-right-color: #716f64;
 929+ border-bottom: 0;
 930+ position: relative;
 931+ white-space: nowrap;
 932+ list-style-type: none;
 933+ list-style-image: none;
 934+ z-index: 3;
 935+}
 936+#preftoc li.selected {
 937+ font-weight: bold;
 938+ background-color: #f9f9f9;
 939+ border: 1px solid #aaa;
 940+ border-bottom: none;
 941+ cursor: default;
 942+ top: 1px;
 943+ padding-top: 2px;
 944+ margin-right: -3px;
 945+}
 946+#preftoc > li.selected {
 947+ top: 2px;
 948+}
 949+#preftoc a,
 950+#preftoc a:active {
 951+ display: block;
 952+ color: #000;
 953+ padding: 0 .7em;
 954+ position: relative;
 955+ text-decoration: none;
 956+}
 957+#preftoc li.selected a {
 958+ cursor: default;
 959+ text-decoration: none;
 960+}
 961+#prefcontrol {
 962+ padding-top: 2em;
 963+ clear: both;
 964+}
 965+#preferences {
 966+ margin: 0;
 967+ border: 1px solid #aaa;
 968+ clear: both;
 969+ padding: 1.5em;
 970+ background-color: #F9F9F9;
 971+}
 972+.prefsection {
 973+ border: none;
 974+ padding: 0;
 975+ margin: 0;
 976+}
 977+.prefsection fieldset {
 978+ border: 1px solid #aaa;
 979+ float: left;
 980+ margin-right: 2em;
 981+}
 982+.prefsection legend {
 983+ font-weight: bold;
 984+}
 985+.prefsection table, .prefsection legend {
 986+ background-color: #F9F9F9;
 987+}
 988+
 989+#toc, .toc, .mw-warning {
 990+ background-color:#F9F9F9;
 991+ border:1px solid #AAAAAA;
 992+ font-size:95%;
 993+ padding:5px;
 994+}
 995+#toc h2, .toc h2 {
 996+ border:medium none;
 997+ display:inline;
 998+ font-size:100%;
 999+ font-weight:bold;
 1000+ padding:0;
 1001+}
 1002+
 1003+div.thumbinner {
 1004+ border: 1px solid #ccc;
 1005+ padding: 3px !important;
 1006+ background-color: #f9f9f9;
 1007+ font-size: 94%;
 1008+ text-align: center;
 1009+ overflow: hidden;
 1010+}
 1011+div.thumb {
 1012+ margin-bottom: .5em;
 1013+ border-style: solid;
 1014+ border-color: white;
 1015+ width: auto;
 1016+}
 1017+html .thumbimage {
 1018+ border: 1px solid #ccc;
 1019+}
 1020+html .thumbcaption {
 1021+ border: none;
 1022+ text-align: left;
 1023+ line-height: 1.4em;
 1024+ padding: 3px !important;
 1025+ font-size: 94%;
 1026+}
 1027+div.magnify {
 1028+ float: right;
 1029+ border: none !important;
 1030+ background: none !important;
 1031+}
 1032+div.magnify a, div.magnify img {
 1033+ display: block;
 1034+ border: none !important;
 1035+ background: none !important;
 1036+}
 1037+
 1038+ul.rsd_cp_tabs li {
 1039+ position:relative;
 1040+ top:-7px;
 1041+}
 1042+ul.rsd_cp_tabs li.rsd_selected {
 1043+ position:relative;
 1044+ top:-7px;
8931045 }
\ No newline at end of file

Status & tagging log