Files
web-development/zoesch.de/galerie/themes/bootstrap_darkroom/css/fixplugins.css
Felix Zösch 07c290a453 Initial commit: Backup der Webseiten
- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-13 01:17:15 +01:00

190 lines
3.9 KiB
CSS

.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.html-radios-inline input[type=radio] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.html-radios-inline label + label {
margin-top: 0;
margin-left: 10px;
}
.btn-group-lg > .btn {
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
border-radius: 6px;
}
.btn-group-sm > .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.pwg-icon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.pwg-button-text {
display: none;
}
/* GThumb+ */
ul.thumbnailCategories,
ul.thumbnails,
ul#thumbnails {
padding-left: 0px;
}
ul#thumbnails .gthumb a img.thumbnail {
border-radius: 0;
background: none;
}
#content div.loader {
display: none;
}
/* Openstreetmap Plugin fixlets */
.pwg-icon-globe {
font-family: none !important;
line-height: none !important;
}
.pwg-icon-globe:before {
content:""\f0ac"";
font-family:"FontAwesome";
}
/* BatchDownloader */
.batch-downloader-icon {
background: none !important;
font-family: none !important;
line-height: none !important;
}
.batch-downloader-icon:before {
content:"\f0ed";
font-family:"FontAwesome";
}
/* User Collections */
#thumbnails li .addCollection {
background: rgba(0,0,0,0.7);
border-radius: 0;
}
#collectionsDropdown {
padding: 10px;
color: #4f4f4f;
background-color: #fff;
}
#collectionsDropdown a { color: #4f4f4f; }
#collectionsDropdown a:hover {
color: #262626;
text-decoration: none;
background-color: #f5f5f5;
}
.nav .user-collections-icon,
#theCollectionPage .nav .user-collections-share-icon,
#theCollectionPage .nav .user-collections-mail-icon,
#theCollectionPage .nav .user-collections-clear-icon,
#theCollectionPage .nav .user-collections-delete-icon {
background: none !important
}
.nav a.addCollection .user-collections-icon:before {
content:"\f006";
font-family:"FontAwesome";
font-weight: 400;
}
#theCollectionPage .user-collections-share-icon:before {
content:"\f045";
font-family:"FontAwesome";
font-weight: 400;
}
#theCollectionPage .user-collections-mail-icon:before {
content:"\f003";
font-family:"FontAwesome";
font-weight: 400;
}
#theCollectionPage .user-collections-clear-icon:before {
content:"\f00d";
font-family:"FontAwesome";
font-weight: 400;
}
#theCollectionPage .user-collections-delete-icon:before {
content:"\f014";
font-family:"FontAwesome";
font-weight: 400;
}
/* PWG_Stuffs */
.pwgstuffs-container { padding-top: 20px; }
/* RV Autocomplete */
ul.ui-autocomplete { z-index: 150; }
/* Extended Description */
ul.thumbnailCategories { padding-top: 20px; }