Commit 1dd47881 by benjaoming

thumbnail styles

parent db73b510
...@@ -5118,6 +5118,8 @@ a.badge:hover { ...@@ -5118,6 +5118,8 @@ a.badge:hover {
.wiki-article .thumbnail { .wiki-article .thumbnail {
clear: both; clear: both;
margin-bottom: 15px; margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
} }
#div_id_title .asteriskField { #div_id_title .asteriskField {
display: none; display: none;
...@@ -5310,6 +5312,15 @@ h1#article-title { ...@@ -5310,6 +5312,15 @@ h1#article-title {
-moz-border-radius-topright: 4px; -moz-border-radius-topright: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
} }
.wiki-article h1,
.wiki-article h2,
.wiki-article h3,
.wiki-article h4,
.wiki-article h5,
.wiki-article h6 {
overflow: hidden;
margin-right: 5px;
}
.wiki-article h1 { .wiki-article h1 {
font-size: 28px; font-size: 28px;
padding-bottom: 9px; padding-bottom: 9px;
......
...@@ -851,7 +851,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;} ...@@ -851,7 +851,7 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.show{display:block;} .show{display:block;}
.invisible{visibility:hidden;} .invisible{visibility:hidden;}
.affix{position:fixed;} .affix{position:fixed;}
.wiki-article .thumbnail{clear:both;margin-bottom:15px;} .wiki-article .thumbnail{clear:both;margin-bottom:15px;margin-left:10px;margin-right:10px;}
#div_id_title .asteriskField{display:none;} #div_id_title .asteriskField{display:none;}
#id_title{font-size:20px;height:30px;padding:6px;width:98%;} #id_title{font-size:20px;height:30px;padding:6px;width:98%;}
#id_summary{width:98%;padding:6px;} #id_summary{width:98%;padding:6px;}
...@@ -884,6 +884,7 @@ h1#article-title{font-size:2em;margin-top:-5px;} ...@@ -884,6 +884,7 @@ h1#article-title{font-size:2em;margin-top:-5px;}
.wiki-article table tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;} .wiki-article table tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;}
.wiki-article table caption+thead tr:first-child th:first-child,.wiki-article table caption+tbody tr:first-child td:first-child,.wiki-article table colgroup+thead tr:first-child th:first-child,.wiki-article table colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;} .wiki-article table caption+thead tr:first-child th:first-child,.wiki-article table caption+tbody tr:first-child td:first-child,.wiki-article table colgroup+thead tr:first-child th:first-child,.wiki-article table colgroup+tbody tr:first-child td:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;}
.wiki-article table caption+thead tr:first-child th:last-child,.wiki-article table caption+tbody tr:first-child td:last-child,.wiki-article table colgroup+thead tr:first-child th:last-child,.wiki-article table colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;} .wiki-article table caption+thead tr:first-child th:last-child,.wiki-article table caption+tbody tr:first-child td:last-child,.wiki-article table colgroup+thead tr:first-child th:last-child,.wiki-article table colgroup+tbody tr:first-child td:last-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;}
.wiki-article h1,.wiki-article h2,.wiki-article h3,.wiki-article h4,.wiki-article h5,.wiki-article h6{overflow:hidden;margin-right:5px;}
.wiki-article h1{font-size:28px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;} .wiki-article h1{font-size:28px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
.wiki-article h2{font-size:24.5px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;} .wiki-article h2{font-size:24.5px;padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eeeeee;}
.wiki-article h3{font-size:21px;} .wiki-article h3{font-size:21px;}
......
...@@ -67,6 +67,8 @@ ...@@ -67,6 +67,8 @@
{ {
clear: both; clear: both;
margin-bottom: 15px; margin-bottom: 15px;
margin-left: 10px;
margin-right: 10px;
} }
...@@ -115,6 +117,17 @@ h1#article-title {font-size: 2em; margin-top: -5px;} ...@@ -115,6 +117,17 @@ h1#article-title {font-size: 2em; margin-top: -5px;}
.table-bordered; .table-bordered;
} }
.wiki-article h1,
.wiki-article h2,
.wiki-article h3,
.wiki-article h4,
.wiki-article h5,
.wiki-article h6
{
overflow: hidden;
margin-right: 5px;
}
.wiki-article h1 .wiki-article h1
{ {
font-size: @baseFontSize * 2; font-size: @baseFontSize * 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment