Atšķirības starp "MediaWiki:Common.css" versijām
No Barikadopēdija
112. rindiņa: | 112. rindiņa: | ||
table.donate th { | table.donate th { | ||
border-width: 1px; | border-width: 1px; | ||
− | padding: | + | padding: 2px; |
border-style: inset; | border-style: inset; | ||
border-color: gray; | border-color: gray; | ||
120. rindiņa: | 120. rindiņa: | ||
table.donate td { | table.donate td { | ||
border-width: 1px; | border-width: 1px; | ||
− | padding: | + | padding: 2px; |
border-style: inset; | border-style: inset; | ||
border-color: gray; | border-color: gray; |
Versija, kas saglabāta 2012. gada 23. janvāris, plkst. 16.53
/* 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 {
clear: both;
background-color: #fee05c;
padding: 12px;
margin-bottom: 10px;
font-size: 16px;
margin-top: 10px;
line-height: 24px;
}
.articleComments {
clear: both;
background-color: #FF9;
padding: 8px;
margin-bottom: 6px;
font-size: 12px;
margin-top: 6px;
}
.articleInfobox {
clear: both;
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;
}
.tocnumber { display: none; }
table.donate {
border-width: 1px;
border-spacing: 2px;
border-style: outset;
border-color: black;
border-collapse: collapse;
background-color: white;
}
table.donate th {
border-width: 1px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
}
table.donate td {
border-width: 1px;
padding: 2px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
}