Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html, body, table {
- background: #111111;
- color: #aaa;
- }
- b {
- color: #A09078;
- }
- /* Ссылки (889bb0, 7D8FBD, 8888dd) */
- a:link, a:visited, a:active
- {text-decoration:none;color:#7D8FBD;}
- a:hover
- {text-decoration:underline;color:#e1b234;}
- * {
- border-radius: 0!important;
- }
- input[type=range] {
- position: relative;
- top: 2px;
- }
- input[type=checkbox], input[type=radio] {
- display: inline-block;
- position: relative;
- top: 1px;
- background-color: #3f3f3f;
- height: 20px;
- width: 20px;
- -webkit-appearance: none;
- outline: none;
- margin-right:5px;
- cursor:pointer;
- }
- input[type=checkbox]:after, input[type=radio]:after {
- display: inline-block;
- content: "";
- position: relative;
- left: 4px;
- top: 4px;
- height: 12px;
- width: 12px;
- background-color: #766;
- }
- input[type=checkbox]:checked:after, input[type=radio]:checked:after {
- background-color: #0f7;
- transition:.4s;
- }
- .dats input[type=checkbox], input[type=radio], #tm input[type=checkbox], #mpmd input[type=checkbox] {
- top: -2px;
- }
- input[type=range] {
- background: #f66;
- background-size: 3px 3px, 100% 100%, 100% 100%;
- cursor: ew-resize;
- height: 10px;
- position: relative;
- width: 250px;
- outline: none;
- -webkit-appearance: none;
- transition: .15s;
- }
- input[type=range]::-webkit-slider-thumb {
- background-color: #eee;
- content: "";
- display: block;
- height: 20px;
- left: 0;
- position: relative;
- top: 0;
- width: 20px;
- -webkit-appearance: none;
- }
- /* Поле ввода без фокуса, блекло */
- input[type=number], input[type=text], input[type=password], textarea, select {
- background: #3d3d3d;
- background-size: 100% 100%, 200% 100%;
- background-position: 0% 0%, 5px 0%;
- border: none;
- padding: 5px 10px;
- color: #888;
- position: relative;
- outline: none;
- transition: .3s;
- }
- input[type=number] {
- width: 39px;
- padding: 2px 3px 0;
- font: 13px/20px sans-serif;
- }
- /* Поле ввода с фокусом, контрастно */
- input[type=number]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
- background: #333;
- color: #aaa;
- }
- /* кнопки "редактировать", "профиль" */
- input[type=submit], a img, a.tpc:visited, a.tpc:link, input.button {
- background: #343434;
- color: #a9a9a9;
- display: inline-block;
- cursor: pointer;
- font-family: Arial;
- font: 11px/16px sans-serif;
- font-weight: bold;
- padding: 4px 10px;
- text-decoration: none;
- border: solid 1px #333;
- }
- /* Горизонтальная линия в том числе под кнопкой "Редактировать" */
- hr{
- color:#666;
- }
- img {
- padding: 0;
- margin: 1px;
- }
- /* Кнопки типа "редактировать" при наведении */
- input[type=submit]:hover, a img:hover, a.tpc:hover, input.button:hover {
- color: #bbb;
- background: #555;
- }
- /* Кнопки типа "редактировать" при нажатии */
- input[type=submit]:active, a img:active, a.tpc:active {
- color: #666;
- background-color: #333;
- }
- .sh1 a {
- font-family: georgia!important;
- font-size: 16px;
- }
- /* Ссылки в заголовке */
- .sh1 a, .tit a {
- color: #8888dd!important;
- font-weight: bold;
- }
- .sh1 a:hover, .tit a:hover {
- color: #f74;
- }
- .tit a {
- font-size: 12px;
- }
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- background: #8FACAE;
- }
- ::-webkit-scrollbar-thumb {
- background: #7C2023;
- }
- ::-webkit-scrollbar:hover {
- background: #ffd;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #f00;
- }
- .scroll::-webkit-scrollbar {
- width: 10px;
- height: 10px;
- }
- .content div {
- background: #232323;
- color: #aaa;
- }
- .content table {
- margin: 2px;
- }
- .obertka {
- box-shadow: 0 0 20px -1px #000;
- padding: 8px;
- }
- .shadow {
- display: none;
- }
- /* панель сверху тёмно-синеватый */
- .tit, .sh1 {
- background: #25292A;
- color: #aaa;
- }
- /* Пост */
- .post, .poster, .tpc {
- background: #2F2F2F;
- color: #aaa;
- border: solid 1px #333!important;
- }
- /* панель с ником */
- td, .dats {
- background: #222222;
- color: #aaa;
- }
- /* фон с текстом "Отправлено..." */
- .bottomline {
- background: #363636;
- }
- /* Цитата */
- .lgf {
- background: #404040;
- color: #aaa;
- border: solid 0px #666!important;
- }
- /* Фон таблицы */
- .lgf td {
- background: #383838;
- border: solid 1px #666!important;
- }
- /* Текст "Ты можешь отредактировать шапку" */
- .mtext * {
- color: #f99;
- }
- /* Подпись в посте */
- .sing * {
- background: #3E3E3E;
- }
- .tb {
- border: solid 0px #777!important;
- box-shadow: 0px 0px 0px 0px #333;
- }
- .small {
- color: #FFDD8C;
- }
- td.small {
- background: #222223!important;
- }
- form {
- margin-bottom: -1px;
- }
- /* полоска прогресса в голосовании */
- form[name=mt] td > img {
- background: none;
- background: #389AD8;
- background-size: 3px 3px, 100% 100%, 100% 100%;
- border: 0;
- }
- form[name=mt] table table td {
- padding: 0;
- border: solid 0px #666!important;
- }
- table {
- border: none;
- box-shadow: none;
- }
- tbody, tr {
- background: none;
- box-shadow: none;
- border: none;
- }
- /* фон аватара */
- img {
- border: none;
- }
- span img, .tb img {
- padding: 5px;
- margin: 5px;
- }
- /* Пост целиком - граница */
- /* border: solid 1px #444; */
- td {
- padding: 5px 10px;
- margin: 5px;
- background: #25292B;
- box-shadow: none;
- }
- select, textarea, input {
- margin: 4px;
- }
- #tags_panel {
- background: #555;
- }
- #tags_panel img, #fix_tg_pan img {
- padding: 0px;
- margin: 2px;
- }
- .onl {
- background: #ABEDFF;
- }
- .post table, .dats table {
- margin: 5px;
- }
- table {
- border-collapse: collapse;
- }
- .dats td {
- border: solid 1px #555!important;
- }
- td.dats {
- border: solid 1px #333!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement