MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 19: | Line 19: | ||
font-family: "Courier", monospace; | font-family: "Courier", monospace; | ||
} | } | ||
.zhdescription { | .zhdescription { | ||
| Line 33: | Line 32: | ||
.text-alert { | .text-alert { | ||
background: url("//zhuk.cc/wiki/images/icons/icon-alert.png") no-repeat scroll 0 0 #FFDFDF; | background: url("//zhuk.cc/wiki/images/icons/icon-alert.png") no-repeat scroll 0 0 #FFDFDF; | ||
border-left: 1px solid #FEABAB; | border-left: 1px solid #FEABAB; | ||
border-right: 1px solid #FEABAB; | border-right: 1px solid #FEABAB; | ||
border-top: 2px solid #FEABAB; | border-top: 2px solid #FEABAB; | ||
border-bottom: 2px solid #FEABAB; | border-bottom: 2px solid #FEABAB; | ||
} | } | ||
.text-alert { | |||
border-top: 2px solid #FEABAB; | |||
border-bottom: 2px solid #FEABAB; | |||
background: #FFDFDF url(../images/icons/icon-text-alert.png) no-repeat; | |||
} | |||
.text-info { | .text-info { | ||
border-top: 2px solid #B7D2F2; | |||
border-bottom: 2px solid #B7D2F2; | |||
background: #DBE7F8 url(../images/icons/icon-text-info.png) no-repeat; | |||
} | |||
.text-download { | |||
border-top: 2px solid #DDEDBC; | |||
border-bottom: 2px solid #DDEDBC; | |||
background: #F2F9E5 url(../images/icons/icon-text-download.png) no-repeat; | |||
} | |||
.text-comment { | |||
border-top: 2px solid #FEEBAB; | |||
border-bottom: 2px solid #FEEBAB; | |||
background: #FEF8E1 url(../images/icons/icon-text-comment.png) no-repeat; | |||
} | |||
.text-tip { | |||
border-top: 2px solid #FEEBAB; | |||
border-bottom: 2px solid #FEEBAB; | |||
background: #FFFFD5 url(../images/icons/icon-text-tip.png) no-repeat; | |||
} | |||
.text-attachment { | |||
border-top: 2px solid #e5e5e5; | |||
border-bottom: 2px solid #e5e5e5; | |||
background: #f2f2f2 url(../images/icons/icon-text-attachment.png) no-repeat; | |||
} | |||
.text-video { | |||
border-top: 2px solid #e5e5e5; | |||
border-bottom: 2px solid #e5e5e5; | |||
background: #f2f2f2 url(../images/icons/icon-text-video.png) no-repeat; | |||
} | |||
.text-audio { | |||
border-top: 2px solid #e5e5e5; | |||
border-bottom: 2px solid #e5e5e5; | |||
background: #f2f2f2 url(../images/icons/icon-text-audio.png) no-repeat; | |||
} | |||
.text-alert, | |||
.text-info, | |||
.text-download, | |||
.text-comment, | |||
.text-tip, | |||
.text-attachment, | |||
.text-video, | |||
.text-audio | |||
{ | |||
background-position: left center; | |||
padding: 0.8em 0.8em 0.8em 5em; | |||
min-height: 20px; | |||
} | } | ||
Revision as of 14:44, 13 November 2011
/* CSS placed here will be applied to all skins */
.zhpropertytable {
border-collapse: collapse;
border-width: 1px;
border-style: solid;
border-color: #DEDEDE;
}
.zhproperty {
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
text-align: left;
vertical-align: top;
padding: 10px;
color: #006000;
font-family: "Courier", monospace;
}
.zhdescription {
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-top: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
text-align: left;
vertical-align: top;
padding: 10px;
}
.text-alert {
background: url("//zhuk.cc/wiki/images/icons/icon-alert.png") no-repeat scroll 0 0 #FFDFDF;
border-left: 1px solid #FEABAB;
border-right: 1px solid #FEABAB;
border-top: 2px solid #FEABAB;
border-bottom: 2px solid #FEABAB;
}
.text-alert {
border-top: 2px solid #FEABAB;
border-bottom: 2px solid #FEABAB;
background: #FFDFDF url(../images/icons/icon-text-alert.png) no-repeat;
}
.text-info {
border-top: 2px solid #B7D2F2;
border-bottom: 2px solid #B7D2F2;
background: #DBE7F8 url(../images/icons/icon-text-info.png) no-repeat;
}
.text-download {
border-top: 2px solid #DDEDBC;
border-bottom: 2px solid #DDEDBC;
background: #F2F9E5 url(../images/icons/icon-text-download.png) no-repeat;
}
.text-comment {
border-top: 2px solid #FEEBAB;
border-bottom: 2px solid #FEEBAB;
background: #FEF8E1 url(../images/icons/icon-text-comment.png) no-repeat;
}
.text-tip {
border-top: 2px solid #FEEBAB;
border-bottom: 2px solid #FEEBAB;
background: #FFFFD5 url(../images/icons/icon-text-tip.png) no-repeat;
}
.text-attachment {
border-top: 2px solid #e5e5e5;
border-bottom: 2px solid #e5e5e5;
background: #f2f2f2 url(../images/icons/icon-text-attachment.png) no-repeat;
}
.text-video {
border-top: 2px solid #e5e5e5;
border-bottom: 2px solid #e5e5e5;
background: #f2f2f2 url(../images/icons/icon-text-video.png) no-repeat;
}
.text-audio {
border-top: 2px solid #e5e5e5;
border-bottom: 2px solid #e5e5e5;
background: #f2f2f2 url(../images/icons/icon-text-audio.png) no-repeat;
}
.text-alert,
.text-info,
.text-download,
.text-comment,
.text-tip,
.text-attachment,
.text-video,
.text-audio
{
background-position: left center;
padding: 0.8em 0.8em 0.8em 5em;
min-height: 20px;
}