Участник:Gevron/common.css: различия между версиями

Материал из SS220 Paradise Wiki (SS13)
Перейти к навигации Перейти к поиску
мНет описания правки
мНет описания правки
 
(не показано 7 промежуточных версий этого же участника)
Строка 2: Строка 2:
display: none;
display: none;
}
}
.mw-editfont-monospace, .mw-editfont-sans-serif, .mw-editfont-serif {
pre,
-moz-tab-size: 12.5;
.mw-code,
tab-size: 12.5;
.mw-css,
.mw-editfont-sans-serif, .mw-editfont-serif {
font-family: courier new;
-moz-tab-size: 8;
tab-size: 8;
}
}
.items-table {
width:100%;
border:.2em outset #E5E5E5;
border-radius:.5em;
background-color:#CCCCCC;
}
.items-table th {
border: .2em double #999999;
border-radius:.2em;
background-color:#7F7F7F;
color:#FFFFFF;
padding: .2em;
}
.items-table td {
background-color:#F2F2F2;
color:#000000;
padding: .2em;
}
.items-table td:first-of-type {
background-color: #E5E5E5;
font-weight: bold;
color: #000;
border: .2em double #999;
border-radius: .3em;
box-shadow: 0 0 .3em #999;
text-align: center;
}
/* Цвета охранного отдела */
.items-table.colors-secure {
background-color:#BFB9B9; /* Light */
border-color: #BF4C4C; /* Secondary */
}
.items-table.colors-secure th {
background-color:#BF2626; /* Primary */
border-color: #BF1313; /* Primary Bold */
}
.items-table.colors-secure td {
background-color:#F2F2F2; /* Very Light */
}
.items-table.colors-secure td:first-of-type {
background-color: #BF4C4C; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #BF1313; /* Primary Bold */
box-shadow: 0 0 .3em #BF1313; /* Primary Bold */
}
/* Цвета научного отдела */
.items-table.colors-science {
background-color:#CAC6CC; /* Light */
border-color: #AA66CC; /* Secondary */
}
.items-table.colors-science th {
background-color:#9C3DCC; /* Primary */
border-color: #9528CC; /* Primary Bold */
}
.items-table.colors-science td {
background-color:#F0EBF2; /* Very Light */
}
.items-table.colors-science td:first-of-type {
background-color: #AA66CC; /* Secondary */
color: #061306; /* Secondary Text */
border-color: #9528CC; /* Primary Bold */
box-shadow: 0 0 .3em #9528CC; /* Primary Bold */
}
/* Цвета сервисного отдела */
.items-table.colors-service {
background-color:#C6CCC7; /* Light */
border-color: #65B36C; /* Secondary */
}
.items-table.colors-service th {
background-color:#2A9633; /* Primary */
border-color: #0F961A; /* Primary Bold */
}
.items-table.colors-service td {
background-color:#EBF2EC; /* Very Light */
}
.items-table.colors-service td:first-of-type {
background-color: #65B36C; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #0F961A; /* Primary Bold */
box-shadow: 0 0 .3em #0F961A; /* Primary Bold */
}
/* Цвета инженерного отдела */
.items-table.colors-engine {
background-color:#CCC0B1; /* Light */
border-color: #FFBA4C; /* Secondary */
}
.items-table.colors-engine th {
background-color:#FFAA19; /* Primary */
border-color: #FFA500; /* Primary Bold */
}
.items-table.colors-engine td {
background-color:#F2E9DE; /* Very Light */
}
.items-table.colors-engine td:first-of-type {
background-color: #FFBA4C; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #FFA500; /* Primary Bold */
box-shadow: 0 0 .3em #FFA500; /* Primary Bold */
}
/* Цвета командного отдела */
.items-table.colors-command {
background-color:#9DAACC; /* Light */
border-color: #6691FF; /* Secondary */
}
.items-table.colors-command th {
background-color:#3269FF; /* Primary */
border-color: #195AFF; /* Primary Bold */
}
.items-table.colors-command td {
background-color:#DEE4F6; /* Very Light */
}
.items-table.colors-command td:first-of-type {
background-color: #6691FF; /* Secondary */
color: #FFFFFF; /* Secondary Text */
border-color: #195AFF; /* Primary Bold */
box-shadow: 0 0 .3em #195AFF; /* Primary Bold */
}
/* Цвета медицинского отдела */
.items-table.colors-medik {
background-color:#9DBACC; /* Light */
border-color: #66C6FF; /* Secondary */
}
.items-table.colors-medik th {
background-color:#32B0FF; /* Primary */
border-color: #19A7FF; /* Primary Bold */
}
.items-table.colors-medik td {
background-color:#DAEDF9; /* Very Light */
}
.items-table.colors-medik td:first-of-type {
background-color: #66C6FF; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #19A7FF; /* Primary Bold */
box-shadow: 0 0 .3em #19A7FF; /* Primary Bold */
}
/* Цвета снабжающего отдела */
.items-table.colors-suply {
background-color:#CCB49D; /* Light */
border-color: #77552F; /* Secondary */
}
.items-table.colors-suply th {
background-color:#7C4C18; /* Primary */
border-color: #7A450C; /* Primary Bold */
}
.items-table.colors-suply td {
background-color:#F9EADC; /* Very Light */
}
.items-table.colors-suply td:first-of-type {
background-color: #77552F; /* Secondary */
color: #0D150D; /* Secondary Text */
border-color: #7A450C; /* Primary Bold */
box-shadow: 0 0 .3em #7A450C; /* Primary Bold */
}
/* Цвета планетарного отдела */
.items-table.colors-lava {
background-color:#CCA99D; /* Light */
border-color: #ED8A63; /* Secondary */
}
.items-table.colors-lava th {
background-color:#EE6A34; /* Primary */
border-color: #ED571C; /* Primary Bold */
}
.items-table.colors-lava td {
background-color:#F8E9E4; /* Very Light */
}
.items-table.colors-lava td:first-of-type {
background-color: #ED8A63; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #ED571C; /* Primary Bold */
box-shadow: 0 0 .3em #ED571C; /* Primary Bold */
}
/* Цвета синтетического отдела */
.items-table.colors-synth {
background-color:#9DB3CC; /* Light */
border-color: #4C82BF; /* Secondary */
}
.items-table.colors-synth th {
background-color:#2770C4; /* Primary */
border-color: #1364C1; /* Primary Bold */
}
.items-table.colors-synth td {
background-color:#DEEBF9; /* Very Light */
}
.items-table.colors-synth td:first-of-type {
background-color: #4C82BF; /* Secondary */
color: #FFFFFF; /* Secondary Text */
border-color: #1364C1; /* Primary Bold */
box-shadow: 0 0 .3em #1364C1; /* Primary Bold */
}
/* Цвета антагского отдела */
.items-table.colors-antag {
background-color:#CC9D9D; /* Light */
border-color: #4C1E1E; /* Secondary */
}
.items-table.colors-antag th {
background-color:#190505; /* Primary */
border-color: #160202; /* Primary Bold */
}
.items-table.colors-antag td {
background-color:#FAEAEA; /* Very Light */
}
.items-table.colors-antag td:first-of-type {
background-color: #4C1E1E; /* Secondary */
color: #D80A0A; /* Secondary Text */
border-color: #160202; /* Primary Bold */
box-shadow: 0 0 .3em #160202; /* Primary Bold */
}
/* Цвета культистского отдела */
.items-table.colors-cult {
background-color:#CC9D9D; /* Light */
border-color: #4C1E1E; /* Secondary */
}
.items-table.colors-cult th {
background-color:#190505; /* Primary */
border-color: #160202; /* Primary Bold */
}
.items-table.colors-cult td {
background-color:#FAEAEA; /* Very Light */
}
.items-table.colors-cult td:first-of-type {
background-color: #4C1E1E; /* Secondary */
color: #D80A0A; /* Secondary Text */
border-color: #160202; /* Primary Bold */
box-shadow: 0 0 .3em #160202; /* Primary Bold */
}
/* Цвета ратваровского отдела */
.items-table.colors-ratvar {
background-color:#4A340D; /* Light */
border-color: #332409; /* Secondary */
}
.items-table.colors-ratvar th {
background-color:#825B17; /* Primary */
border-color: #6C4B13; /* Primary Bold */
}
.items-table.colors-ratvar td {
background-color:#E1D9C6; /* Very Light */
}
.items-table.colors-ratvar td:first-of-type {
background-color: #332409; /* Secondary */
color: #FFFFFF; /* Secondary Text */
border-color: #6C4B13; /* Primary Bold */
box-shadow: 0 0 .3em #6C4B13; /* Primary Bold */
}
/* Цвета ксеноморфного отдела */
.items-table.colors-xenom {
background-color:#958FB2; /* Light */
border-color: #4C4666; /* Secondary */
}
.items-table.colors-xenom th {
background-color:#312D43; /* Primary */
border-color: #252138; /* Primary Bold */
}
.items-table.colors-xenom td {
background-color:#E5DEF9; /* Very Light */
}
.items-table.colors-xenom td:first-of-type {
background-color: #4C4666; /* Secondary */
color: #FFFFFF; /* Secondary Text */
border-color: #252138; /* Primary Bold */
box-shadow: 0 0 .3em #252138; /* Primary Bold */
}
/* Цвета марининого отдела */
.items-table.colors-marine {
background-color:#90A1B8; /* Light */
border-color: #48648A; /* Secondary */
}
.items-table.colors-marine th {
background-color:#2C4C7B; /* Primary */
border-color: #27426D; /* Primary Bold */
}
.items-table.colors-marine td {
background-color:#D2DEF0; /* Very Light */
}
.items-table.colors-marine td:first-of-type {
background-color: #48648A; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #27426D; /* Primary Bold */
box-shadow: 0 0 .3em #27426D; /* Primary Bold */
}
/* Цвета волшебного отдела */
.items-table.colors-wizard {
background-color:#AB9DCC; /* Light */
border-color: #9866FF; /* Secondary */
}
.items-table.colors-wizard th {
background-color:#7D32FF; /* Primary */
border-color: #6919FF; /* Primary Bold */
}
.items-table.colors-wizard td {
background-color:#E5DEF9; /* Very Light */
}
.items-table.colors-wizard td:first-of-type {
background-color: #9866FF; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #6919FF; /* Primary Bold */
box-shadow: 0 0 .3em #6919FF; /* Primary Bold */
}
/* Цвета похитнического отдела */
.items-table.colors-abductor {
background-color:#CCCCCC; /* Light */
border-color: #E5E5E5; /* Secondary */
}
.items-table.colors-abductor th {
background-color:#7F7F7F; /* Primary */
border-color: #999999; /* Primary Bold */
}
.items-table.colors-abductor td {
background-color:#F2F2F2; /* Very Light */
}
.items-table.colors-abductor td:first-of-type {
background-color: #E5E5E5; /* Secondary */
color: #000000; /* Secondary Text */
border-color: #999999; /* Primary Bold */
box-shadow: 0 0 .3em #999999; /* Primary Bold */
}

Текущая версия от 03:04, 26 марта 2023

#editpage-copywarn	{
			display: none;
			}
pre,
.mw-code,
.mw-css,
.mw-editfont-sans-serif, .mw-editfont-serif {
	font-family: courier new;
	-moz-tab-size: 8;
	tab-size: 8;
	}