1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/themes/3nids_theme/3nids/css/3nids.css

46 lines
621 B
CSS
Raw Normal View History

2009-10-19 07:21:48 +00:00
/* 3nids specific */
.g-movie {
padding-top: 10px;
}
.g-map-head img {
2009-10-19 07:21:48 +00:00
display: block;
margin: 3px;
}
.g-map-head a {
2009-10-19 07:21:48 +00:00
float: right;
}
.g-comment-thumb{
2009-10-19 07:21:48 +00:00
padding: 5px;
text-align: left;
}
.g-fancy-iframe-body{
2009-10-19 07:21:48 +00:00
background-color: #333333;
height: auto;
2009-10-19 07:21:48 +00:00
}
#mod_frame{
background-color: #333333;
}
.g-comment-box {
border-bottom: 1px solid #555;
}
.g-comment-box:hover{
background-color: black;
color: #ffffcc;
}
#g-comment-detail {
width: 360px;
height: 100%;
background-color: #333333;
padding: 10px;
text-align: left;
margin-top: 30px;
}