Gazelle/static/styles/global.css

371 lines
4.8 KiB
CSS
Raw Normal View History

2012-10-27 08:00:09 +00:00
.box h3 {
font-size: 140%;
}
.box h4 {
font-size: 130%;
}
.box h5 {
font-size: 120%;
}
.box h6 {
font-size: 110%;
}
2011-03-28 14:21:28 +00:00
pre br {
2012-10-27 08:00:09 +00:00
line-height: 0px;
display: none;
2011-03-28 14:21:28 +00:00
}
2012-08-12 08:00:16 +00:00
.center {
text-align: center;
}
ul.collage_images {
2011-03-28 14:21:28 +00:00
padding: 0px;
width: 590px;
border-collapse: collapse;
2011-03-28 14:21:28 +00:00
}
2011-11-20 08:00:18 +00:00
.collage_images {
display: table;
}
ul.collage_images li {
border: none;
float: left;
margin: 0;
width: 118px;
height: 118px;
list-style: none;
2011-11-20 08:00:18 +00:00
list-style-type: none;
}
ul.collage_images li a {
2012-10-27 08:00:09 +00:00
display: block;
height: 118px;
overflow: hidden;
2011-11-20 08:00:18 +00:00
}
ul.collage_images img {
height: 118px;
width: 118px;
}
2012-10-27 08:00:09 +00:00
.selected a {
2011-11-20 08:00:18 +00:00
font-weight: bold;
text-decoration: underline;
}
.invisible {
visibility: hidden;
}
.collage td {
padding: 0px;
2011-03-28 14:21:28 +00:00
border: none;
}
.line_new {
color: green;
}
.line_deleted {
color: red;
}
.line_moved {
color: blue;
}
.line_unchanged {
2012-10-27 08:00:09 +00:00
}
2011-03-28 14:21:28 +00:00
.log1 {
2012-10-27 08:00:09 +00:00
}
2011-03-28 14:21:28 +00:00
2012-10-27 08:00:09 +00:00
.log2 {
color: yellow;
}
.log3 {
color: #0E88C6;
}
.log4 {
2011-03-28 14:21:28 +00:00
font-weight: bold;
2012-10-27 08:00:09 +00:00
}
.log5 {
2011-03-28 14:21:28 +00:00
text-decoration: underline;
2012-10-27 08:00:09 +00:00
}
.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;
}
2011-03-28 14:21:28 +00:00
.hidden {
display: none;
}
.disable_grouping {
display: none;
}
2012-10-27 08:00:09 +00:00
form textarea,form input {
max-width: 100%;
}
2011-03-28 14:21:28 +00:00
a.beta {
font-weight: bold;
color: #ff0000;
}
2012-10-27 08:00:09 +00:00
strong.important_text {
color: red;
font-weight: bold;
}
2012-10-27 08:00:09 +00:00
2012-11-04 08:00:20 +00:00
strong.important_text_alt {
color: green;
font-weight: bold;
}
2012-10-27 08:00:09 +00:00
.invalid,.warning,.error,.new {
2011-03-28 14:21:28 +00:00
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;
}
.scale_image {
max-width: 500px;
}
#torrents .scale_image {
max-width: 400px;
}
.sidebar .scale_image {
max-width: 100%;
}
2012-10-27 08:00:09 +00:00
.rippywrap {
z-index: 25;
display: block;
position: fixed;
2012-11-02 08:00:18 +00:00
background: transparent url('../rippy/rippy.png') no-repeat bottom
2012-10-27 08:00:09 +00:00
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;
}
2011-12-13 08:00:17 +00:00
2012-10-27 08:00:09 +00:00
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;
}
2012-07-09 08:00:09 +00:00
.paranoia_override {
2012-10-27 08:00:09 +00:00
font-style: italic;
2012-07-09 08:00:09 +00:00
}
2012-07-11 08:00:16 +00:00
#manage_collage_table.ui-sortable .drag {
2012-10-27 08:00:09 +00:00
cursor: n-resize;
2012-07-11 08:00:16 +00:00
}
2012-07-09 08:00:09 +00:00
#manage_collage_table.ui-sortable .ui-sortable-helper.drag {
2012-10-27 08:00:09 +00:00
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
2012-07-09 08:00:09 +00:00
}
2012-10-27 08:00:09 +00:00
#manage_collage_table .ui-sortable-helper td,#manage_collage_table .ui-sortable-placeholder
{
2012-07-09 08:00:09 +00:00
border: 0;
}
2012-10-27 08:00:09 +00:00
2012-07-09 08:00:09 +00:00
.drag_drop_save {
padding: 6px 0;
overflow: hidden;
}
2012-10-27 08:00:09 +00:00
2012-07-09 08:00:09 +00:00
.headerSort {
cursor: pointer;
}
2012-10-27 08:00:09 +00:00
2012-07-09 08:00:09 +00:00
.headerSort span {
2012-10-27 08:00:09 +00:00
background: url("../common/table-order.png") no-repeat scroll right
-38px transparent;
padding: 0px 20px 0 0;
2012-07-09 08:00:09 +00:00
}
2012-10-27 08:00:09 +00:00
2012-07-09 08:00:09 +00:00
.headerSortDown span {
2012-10-27 08:00:09 +00:00
background: url("../common/table-order.png") no-repeat scroll right 4px
transparent;
2012-07-09 08:00:09 +00:00
}
2012-10-27 08:00:09 +00:00
2012-07-09 08:00:09 +00:00
.headerSortUp span {
2012-10-27 08:00:09 +00:00
background: url("../common/table-order.png") no-repeat scroll right
-79px transparent;
2012-07-09 08:00:09 +00:00
}
2012-07-11 08:00:16 +00:00
2012-10-27 08:00:09 +00:00
.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%;
}
2012-10-28 08:00:19 +00:00
.navigation_list,
.navigation_list ol {
2012-10-27 08:00:09 +00:00
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;
}
2012-11-02 08:00:18 +00:00
.voted_type { font-weight: bold; }
2012-10-28 08:00:19 +00:00
.torrent_table .group .votes_info_td strong { font-size: inherit; }
2012-10-27 08:00:09 +00:00
.text_preview { min-height: 100px }
2013-01-11 08:00:38 +00:00
#lastfm_compatibilitybar_container {
width: 100%;
height: 5px;
background: #969696
}
#lastfm_compatibilitybar {
height: 100%;
}