mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-06 02:41:27 +01:00
5da7e83817
git-svn-id: http://svn.automattic.com/wordpress/trunk@10788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
100 lines
1.6 KiB
CSS
100 lines
1.6 KiB
CSS
/* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
|
|
div.star-holder {
|
|
position: relative;
|
|
height: 19px;
|
|
width: 100px;
|
|
font-size: 19px;
|
|
}
|
|
|
|
div.star {
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: transparent;
|
|
letter-spacing: 1ex;
|
|
border: none;
|
|
}
|
|
|
|
.star1 { width: 20%; }
|
|
.star2 { width: 40%; }
|
|
.star3 { width: 60%; }
|
|
.star4 { width: 80%; }
|
|
.star5 { width: 100%; }
|
|
|
|
.star img, div.star a, div.star a:hover, div.star a:visited {
|
|
display: block;
|
|
position: absolute;
|
|
right: 0;
|
|
border: none;
|
|
text-decoration: none;
|
|
}
|
|
|
|
div.star img {
|
|
width: 19px;
|
|
height: 19px;
|
|
border-left: 1px solid #fff;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
|
|
.theme-listing .theme-item {
|
|
display: inline-block;
|
|
width: 200px;
|
|
border: thin solid #ccc;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.theme-listing .theme-item h3 {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
font-style: italic;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.theme-listing .theme-item img {
|
|
max-width: 150px;
|
|
max-height: 150px;
|
|
}
|
|
|
|
.theme-listing .theme-item-info span {
|
|
display: none;
|
|
}
|
|
.theme-listing .theme-item:hover .theme-item-info span {
|
|
display: inline;
|
|
}
|
|
.theme-listing .theme-item:hover .theme-item-info span.dots {
|
|
display: none;
|
|
}
|
|
.theme-listing .theme-item-info span.action-links {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.theme-listing br.line {
|
|
border-bottom: thin solid #ccc;
|
|
margin-bottom: 3px;
|
|
}
|
|
|
|
#search-field {
|
|
padding: 1px;
|
|
}
|
|
|
|
p.popular-tags {
|
|
line-height: 1.8em;
|
|
}
|
|
|
|
.available-theme {
|
|
text-align: center;
|
|
}
|
|
|
|
#theme-information .available-theme a.screenshot {
|
|
border: 0 none;
|
|
display: inline;
|
|
}
|
|
|
|
#theme-information .available-theme h3 {
|
|
margin: 1em 0;
|
|
}
|
|
|