Atšķirības starp "MediaWiki:Common.css" versijām
No Barikadopēdija
23. rindiņa: | 23. rindiņa: | ||
.articleSummary { | .articleSummary { | ||
− | background-color: # | + | background-color: #fee05c; |
padding: 12px; | padding: 12px; | ||
margin-bottom: 10px; | margin-bottom: 10px; |
Versija, kas saglabāta 2012. gada 10. janvāris, plkst. 11.46
/* CSS placed here will be applied to all skins */
.articleAuthor {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
}
.articleAuthor a:link, a:visited {
text-decoration: none;
color: #666666;
border-bottom: 1px dotted black
}
.articleAuthor a:hover {
text-decoration: none;
color: navy;
}
.articleSource {
font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
margin-bottom: 10px;
}
.articleSummary {
background-color: #fee05c;
padding: 12px;
margin-bottom: 10px;
font-size: 16px;
margin-top: 10px;
line-height: 24px;
}
.articleComments {
background-color: #FF9;
padding: 8px;
margin-bottom: 6px;
font-size: 12px;
margin-top: 6px;
}
.articleInfobox {
float: right;
width: 250px;
margin-bottom: 20px;
margin-left: 20px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
line-height: 14px;
}
.articleInfobox td {
vertical-align: top;
}
.articleInfobox a:link, a:visited {
text-decoration: none;
color: black;
border-bottom: 1px dotted black
}
.articleInfobox a:hover {
text-decoration: none;
color: blue;
}
.articleInfoboxText {
width: 100%;
background-color: #DADADC;
margin-top: 5px;
}
.articleInfoboxText ul {
list-style-type: none;
padding: 0px;
margin:0px;
}
#bodyContent p { text-align: justify; }
#bodyContent div p { text-align: left; }
.listBox {
width: 80%;
}
.listEntry {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
text-decoration: none;
margin-bottom: 10px;
}
.listEntryTitle a:link, a:visited {
text-decoration: none;
color: #336;
border-bottom: 1px dotted black;
font-weight: bold;
}
.listEntryTitle a:hover { text-decoration: none; color: blue; }
.listEntrySource {
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
}