mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-05 07:01:42 +01:00
36348f054b
git-svn-id: http://svn.automattic.com/wordpress/trunk@10560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
38 lines
704 B
CSS
38 lines
704 B
CSS
.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;
|
|
} |