torrentpier/styles/templates/default/css/misc.css
Roman Kelesidis 237e7ec6ef
Some cleanup...😣 (#1488)
* Some cleanup...😣

* Update main.php

* Update CHANGELOG.md

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update main.php

* Update config.php

* Update Common.php

* Updated

* Update filelist.php

* Update filelist.php

* Update viewtopic_attach.tpl

* Updated
2024-06-05 12:51:23 +07:00

111 lines
1.8 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* TorrentPier Bull-powered BitTorrent tracker engine
*
* @copyright Copyright (c) 2005-2024 TorrentPier (https://torrentpier.com)
* @link https://github.com/torrentpier/torrentpier for the canonical source repository
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
.sf {
padding-left: 20px !important;
}
.jumpbox {
margin: 6px 0;
text-align: right;
white-space: nowrap;
}
.attachrow {
font-size: 11px;
border: 1px #A5AFB4 solid;
}
.attachheader {
font-size: 11px;
border: 1px #A5AFB4 solid;
background: #D1D7DC;
}
.attachtable {
font-size: 12px;
border: 1px #A5AFB4 solid;
border-collapse: collapse;
}
pre, .pre {
font-family: Courier, monospace;
font-size: 12px;
border: 1px solid #B7C0C5;
background: #F5F5F5;
padding: 4px;
margin: 10px;
text-align: left;
}
.pre {
width: 100%;
overflow: auto;
white-space: nowrap;
}
.ann {
font-size: 13px;
text-align: center;
color: #993300;
font-weight: bold;
}
.clickable {
cursor: pointer;
}
.folded, .folded2 {
display: block;
background: transparent url(../images/icon_plus_1.gif) no-repeat left center;
padding-left: 14px;
}
.unfolded, .unfolded2 {
display: block;
background: transparent url(../images/icon_minus_1.gif) no-repeat left center;
padding-left: 14px;
}
.folded2 {
background-image: url(../images/icon_plus_2.gif);
}
.unfolded2 {
background-image: url(../images/icon_minus_2.gif);
}
.warnColor1 {
color: #993300;
}
.warnColor2 {
color: #FF0000;
}
.warnBorder1 {
border: 1px solid #A52A2A;
}
.warningBox1 {
border: 1px solid #A52A2A;
color: #993300;
padding: 12px;
}
.warningBox2 {
color: #993300 !important;
background: #FFD9B2;
border: 2px solid #CC6600;
padding: 8px;
}
.copyElement {
cursor: pointer !important;
}