mirror of
http://aero2k.de/repos/dfde-theme.git
synced 2017-09-06 15:25:40 +02:00
init via Paket von feltel (von timo salmen für 3.1)
https://debianforum.de/forum/viewtopic.php?f=5&t=158531&p=1069091#p1069091
This commit is contained in:
106
theme/gallery.css
Normal file
106
theme/gallery.css
Normal file
@@ -0,0 +1,106 @@
|
||||
.gallery-icon, .gallery-icon a { background: none top left no-repeat; }
|
||||
ul.profile-icons li.gallery-icon { width: 20px; height: 20px; }
|
||||
.gallery-icon, .gallery-icon a { background-image: url("{T_IMAGESET_PATH}/icon_contact_gallery.gif"); }
|
||||
|
||||
.buttons div.upload-icon { width: {IMG_BUTTON_UPLOAD_IMAGE_WIDTH}px; height: {IMG_BUTTON_UPLOAD_IMAGE_HEIGHT}px; }
|
||||
.upload-icon span { background-image: url("{IMG_BUTTON_UPLOAD_IMAGE_SRC}"); }
|
||||
|
||||
.icon-gallery {
|
||||
background-position: 0 50%;
|
||||
background-repeat: no-repeat;
|
||||
padding: 1px 0 0 17px;
|
||||
background-image: url("{T_THEME_PATH}/images/icon_gallery.gif");
|
||||
}
|
||||
|
||||
.rtl .icon-gallery {
|
||||
background-position: 100% 50%;
|
||||
padding: 1px 17px 0 0;
|
||||
}
|
||||
|
||||
fieldset.gallery dd.simulate-dt label {
|
||||
margin-left: 0;
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
text-align: left;
|
||||
color: #425067;
|
||||
}
|
||||
.rtl fieldset.gallery dd.simulate-dt label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
fieldset.gallery dl:hover dd.simulate-dt label {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
fieldset.gallery dt.simulate-dt {
|
||||
width: 22em;
|
||||
}
|
||||
|
||||
fieldset.gallery dt.first {
|
||||
min-height: 16em;
|
||||
}
|
||||
|
||||
fieldset.gallery dd.simulate-dt {
|
||||
margin-left: 0;
|
||||
float: left;
|
||||
}
|
||||
|
||||
fieldset.gallery dd.simulate-dd {
|
||||
margin-left: 35em;
|
||||
}
|
||||
|
||||
fieldset.gallery #format-buttons {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
fieldset.gallery input.readonly, fieldset.gallery textarea.readonly {
|
||||
background: #DCDCDC;
|
||||
}
|
||||
|
||||
dd.g_lastimage {
|
||||
padding-left: 5px;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
dd.g_moderation {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
dd.g_rating, dd.g_comments {
|
||||
width: 12%;
|
||||
text-align: center;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
dd.g_status {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
span.reported-images-number {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.g_unapproved {
|
||||
background-position: 100% 0;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("{T_IMAGESET_PATH}/icon_gallery_unapproved.gif");
|
||||
}
|
||||
|
||||
.g_locked {
|
||||
background-position: 100% 0;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("{T_IMAGESET_PATH}/icon_gallery_locked.gif");
|
||||
}
|
||||
|
||||
.g_reported {
|
||||
background-position: 100% 0;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url("{T_IMAGESET_PATH}/icon_gallery_reported.gif");
|
||||
}
|
||||
|
||||
input.autowidth-gallery {
|
||||
width: 96%;
|
||||
max-width: 186px;
|
||||
}
|
||||
Reference in New Issue
Block a user