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

41 lines
551 B
CSS
Raw Normal View History

2009-10-19 07:21:48 +00:00
/* 3nids specific */
.gHeadMap img {
display: block;
margin: 3px;
}
.gHeadMap a {
float: right;
}
.gCommentThumb{
padding: 5px;
text-align: left;
}
.modcontent{
background-color: #333333;
}
#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;
}