mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
524 lines
7.6 KiB
CSS
524 lines
7.6 KiB
CSS
.box h3 {
|
|
font-size: 140%;
|
|
}
|
|
.box h4 {
|
|
font-size: 130%;
|
|
}
|
|
.box h5 {
|
|
font-size: 120%;
|
|
}
|
|
.box h6 {
|
|
font-size: 110%;
|
|
}
|
|
|
|
pre br {
|
|
line-height: 0px;
|
|
display: none;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
ul.collage_images {
|
|
padding: 0px;
|
|
width: 590px;
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.collage_images {
|
|
display: table;
|
|
}
|
|
|
|
ul.collage_images li {
|
|
border: none;
|
|
float: left;
|
|
margin: 0;
|
|
width: 118px;
|
|
height: 118px;
|
|
list-style: none;
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.collage_images li a {
|
|
display: block;
|
|
height: 118px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
ul.collage_images img {
|
|
height: 118px;
|
|
width: 118px;
|
|
}
|
|
|
|
.selected a {
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
|
|
.collage td {
|
|
padding: 0px;
|
|
border: none;
|
|
}
|
|
|
|
.line_new {
|
|
color: green;
|
|
}
|
|
|
|
.line_deleted {
|
|
color: red;
|
|
}
|
|
|
|
.line_moved {
|
|
color: blue;
|
|
}
|
|
|
|
.line_unchanged {
|
|
|
|
}
|
|
|
|
.log1 {
|
|
|
|
}
|
|
|
|
.log2 {
|
|
color: yellow;
|
|
}
|
|
|
|
.log3 {
|
|
color: #0E88C6;
|
|
}
|
|
|
|
.log4 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.log5 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.good {
|
|
font-weight: bold;
|
|
color: green;
|
|
}
|
|
|
|
.bad {
|
|
font-weight: bold;
|
|
color: red;
|
|
}
|
|
|
|
.goodish {
|
|
font-weight: bold;
|
|
color: #35BF00;
|
|
}
|
|
|
|
.badish {
|
|
font-weight: bold;
|
|
color: #E5B244;
|
|
}
|
|
|
|
pre {
|
|
overflow: auto;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.disable_grouping {
|
|
display: none;
|
|
}
|
|
|
|
form textarea,form input {
|
|
max-width: 100%;
|
|
}
|
|
|
|
a.beta {
|
|
font-weight: bold;
|
|
color: #ff0000;
|
|
}
|
|
|
|
strong.important_text {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
strong.important_text_alt {
|
|
color: green;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.invalid,.warning,.error,.new {
|
|
color: #ff0000;
|
|
}
|
|
|
|
/* Make [+] on add multiple artists stay at the bottom (on torrent details page) */
|
|
div#AddArtists {
|
|
position: relative;
|
|
}
|
|
|
|
div#AddArtists a {
|
|
position: absolute;
|
|
right: 0pt;
|
|
bottom: 0pt;
|
|
}
|
|
|
|
.clear:after {
|
|
content: ".";
|
|
display: block;
|
|
height: 0;
|
|
clear: both;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.new-subscriptions {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#forums #quickpost {
|
|
width: 95%
|
|
}
|
|
|
|
.scale_image {
|
|
max-width: 500px;
|
|
}
|
|
|
|
#torrents .scale_image {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.sidebar .scale_image {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.rippywrap {
|
|
z-index: 25;
|
|
display: block;
|
|
position: fixed;
|
|
background: transparent url('../rippy/rippy.png') no-repeat bottom
|
|
center;
|
|
color: black;
|
|
text-align: center;
|
|
width: 190px;
|
|
height: 180px;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
.rippywrap div.rippy {
|
|
z-index: 25;
|
|
height: 111px;
|
|
width: 190px;
|
|
position: fixed;
|
|
bottom: 0px;
|
|
right: 0px;
|
|
}
|
|
|
|
span.rbt {
|
|
display: block;
|
|
padding: 8px 0 0;
|
|
background: url('../rippy/rippy_top.gif') no-repeat top;
|
|
}
|
|
|
|
span.rbm {
|
|
display: block;
|
|
background: url('../rippy/rippy_middle.gif') repeat bottom;
|
|
padding: 2px;
|
|
}
|
|
|
|
span.rbb {
|
|
display: block;
|
|
padding: 4px 0px 18px;
|
|
margin-bottom: 5px;
|
|
background: url('../rippy/rippy_bottom.gif') no-repeat bottom;
|
|
}
|
|
|
|
span.secondary_class {
|
|
font-size: 85%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.breadcrumbs {
|
|
font-weight: bold;
|
|
text-align: right;
|
|
}
|
|
|
|
.paranoia_override {
|
|
font-style: italic;
|
|
}
|
|
|
|
#manage_collage_table.ui-sortable .drag {
|
|
cursor: n-resize;
|
|
}
|
|
|
|
#manage_collage_table.ui-sortable .ui-sortable-helper.drag {
|
|
cursor: grabbing;
|
|
cursor: -moz-grabbing;
|
|
cursor: -webkit-grabbing;
|
|
}
|
|
|
|
#manage_collage_table .ui-sortable-helper td, #manage_collage_table .ui-sortable-placeholder {
|
|
border: 0;
|
|
}
|
|
|
|
.drag_drop_save {
|
|
padding: 6px 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.headerSort {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.headerSort span {
|
|
background: url("../common/table-order.png") no-repeat scroll right
|
|
-38px transparent;
|
|
padding: 0px 20px 0 0;
|
|
}
|
|
|
|
.headerSortDown span {
|
|
background: url("../common/table-order.png") no-repeat scroll right 4px
|
|
transparent;
|
|
}
|
|
|
|
.headerSortUp span {
|
|
background: url("../common/table-order.png") no-repeat scroll right
|
|
-79px transparent;
|
|
}
|
|
|
|
.album_votes {
|
|
text-align: center
|
|
}
|
|
|
|
.favoritecount {
|
|
font-size: 150%;
|
|
font-weight: bold;
|
|
}
|
|
|
|
ul.votedalbums li {
|
|
list-style: none;
|
|
list-style-type: none;
|
|
margin: 0;
|
|
}
|
|
|
|
tr.torrent .bookmark>a:before {
|
|
content: "[ ";
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
tr.torrent .bookmark>a:after {
|
|
content: " ]";
|
|
text-decoration: none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#sortable {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 50%;
|
|
}
|
|
|
|
#sortable li {
|
|
padding: 0px;
|
|
font-size: 1.2em;
|
|
height: 1.5em;
|
|
}
|
|
|
|
|
|
.ui-state-highlight {
|
|
background: #007DC6 /*{bgColorHighlight}*/;
|
|
opacity : 0.15;
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.navigation_list, .navigation_list ol {
|
|
list-style-position: inside;
|
|
margin-top: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.navigation_list > li {
|
|
list-style-type: upper-roman !important;
|
|
}
|
|
|
|
.navigation_list li li {
|
|
list-style-type: upper-alpha;
|
|
}
|
|
|
|
.navigation_list li li li {
|
|
list-style-type: decimal;
|
|
}
|
|
|
|
.navigation_list li li li li {
|
|
list-style-type: lower-alpha;
|
|
}
|
|
|
|
.voted_type {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.torrent_table .group .votes_info_td strong {
|
|
font-size: inherit;
|
|
}
|
|
|
|
.preview_wrap {
|
|
text-align: left;
|
|
}
|
|
|
|
.text_preview {
|
|
min-height: 100px
|
|
}
|
|
|
|
#lastfm_compatibilitybar_container {
|
|
width: 100%;
|
|
height: 5px;
|
|
background: #969696;
|
|
}
|
|
|
|
#lastfm_compatibilitybar {
|
|
height: 100%;
|
|
}
|
|
|
|
.brackets {
|
|
text-indent: 0px;
|
|
}
|
|
|
|
.votespan.brackets:before {
|
|
content: "( ";
|
|
}
|
|
|
|
.votespan.brackets:after {
|
|
content: " )";
|
|
}
|
|
|
|
.brackets:before {
|
|
content: "[";
|
|
}
|
|
|
|
.brackets:after {
|
|
content: "]";
|
|
}
|
|
|
|
#userinfo .brackets:before, #userinfo .brackets:after {
|
|
content: "";
|
|
}
|
|
.group_image {
|
|
overflow:hidden;
|
|
}
|
|
.float_left {
|
|
float:left;
|
|
}
|
|
.float_right {
|
|
float:right;
|
|
}
|
|
.float_clear {
|
|
clear:both;
|
|
}
|
|
.group_image + .group_info {
|
|
margin-left: 100px;
|
|
}
|
|
|
|
.group_image img {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.user_title {
|
|
font-weight: normal;
|
|
}
|
|
|
|
/*
|
|
* Fix long filename tables overflowing (Chrome only).
|
|
* Stop various release page containers from overflowing with long input.
|
|
* !! Be sure to test all major browsers before changing this section. !!
|
|
* Fix report information tables overflowing long reports (all browsers).
|
|
* Fix long release descriptions overflowing containers (all browsers).
|
|
* Fix flowing issues in the report resolving pages.
|
|
*/
|
|
.wrap_overflow, .filelist_table td, .reportinfo_table, .torrentdetails blockquote {
|
|
word-break: normal;
|
|
-ms-word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
-webkit-hyphens: auto;
|
|
-moz-hyphens: auto;
|
|
-ms-hyphens: auto;
|
|
hyphens: auto;
|
|
/* Note that IE will have different behavior on word-break,
|
|
* but this is required to keep the layout from breaking. */
|
|
-ms-word-break: break-all;
|
|
}
|
|
/* Non-web-standard for webkit */
|
|
.torrentdetails blockquote {
|
|
word-break: break-word;
|
|
}
|
|
/* Fix long filename tables overflowing (Chrome only). */
|
|
.filelist_table td:first-child {
|
|
word-break: break-all;
|
|
}
|
|
/* Fix long overflow for Opera (doesn't support word-break). */
|
|
.reportinfo_table {
|
|
table-layout:fixed;
|
|
}
|
|
/* Wrap release info for consistent DOM and to limit table expansion. */
|
|
.no_overflow {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
/* Stylesheet gallery in user profile editing */
|
|
#css_gallery {
|
|
display: none;
|
|
overflow: hidden;
|
|
}
|
|
.preview_wrapper{
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 29%;
|
|
height: 120px;
|
|
margin: 10px;
|
|
overflow: hidden;
|
|
}
|
|
.preview_overlay {
|
|
width: 100%;
|
|
height: 80px;
|
|
position: absolute;
|
|
background: transparent;
|
|
z-index: 1;
|
|
right: 0;
|
|
left: 0;
|
|
cursor: pointer;
|
|
/* IE 8 */
|
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
|
|
/* IE 5-7 */
|
|
filter: alpha(opacity=0);
|
|
/* Netscape */
|
|
-moz-opacity: 0;
|
|
/* Safari 1.x */
|
|
-khtml-opacity: 0;
|
|
/* Good browsers */
|
|
opacity: 0;
|
|
}
|
|
.preview_frame_wrapper {
|
|
width: 100%;
|
|
height: 80px;
|
|
overflow: hidden;
|
|
}
|
|
.preview_frame {
|
|
-ms-zoom: 0.17;
|
|
-moz-transform: scale(0.17);
|
|
-moz-transform-origin: 0 0;
|
|
-o-transform: scale(0.17);
|
|
-o-transform-origin: 0 0;
|
|
-webkit-transform: scale(0.17);
|
|
-webkit-transform-origin: 0 0;
|
|
}
|
|
.preview_name {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|