Участник:Maks41122/vector.css

Материал из SS220 /tg/station13 (Space Station 13)
Перейти к навигации Перейти к поиску

Замечание: Возможно, после публикации вам придётся очистить кэш своего браузера, чтобы увидеть изменения.

  • Firefox / Safari: Удерживая клавишу Shift, нажмите на панели инструментов Обновить либо нажмите Ctrl+F5 или Ctrl+R (⌘+R на Mac)
  • Google Chrome: Нажмите Ctrl+Shift+R (⌘+Shift+R на Mac)
  • Internet Explorer / Edge: Удерживая Ctrl, нажмите Обновить либо нажмите Ctrl+F5
  • Opera: Нажмите Ctrl+F5.
/*****************************************
*
* GLOBAL STYLES
*
******************************************/
html, body {
  padding: 0;
    margin: 0;
    height: 100%;
    color: #99aab5;
}
body {
    background: #2c2f33;
    font-family: Verdana, sans-serif;
    font-size: 9pt;
    font-color: #99aab5;
    line-height: 1.2;
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;      
    scrollbar-face-color:#1A1A1A;
    scrollbar-track-color:#2c2f33;
    scrollbar-highlight-color:#2c2f33;
}
 
em {
    font-style: normal;
    font-weight: bold;
}
 
img {
    margin: 0;
    padding: 0;
    line-height: 1;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}
img.icon {
    height: 1em;
    min-height: 16px;
    width: auto;
    vertical-align: bottom;
}
 
.r:before { /* "repeated" badge class for combined messages */
    content: 'x';
}
.r {
    display: inline-block;
    min-width: 0.5em;
    font-size: 0.7em;
    padding: 0.2em 0.3em;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: crimson;
    border-radius: 10px;
}
 
a {color: #397ea5;}
a.visited {color: #7c00e6;}
a:visited {color: #7c00e6;}
a.popt {text-decoration: none;}
 
/*****************************************
*
* OUTPUT NOT RELATED TO ACTUAL MESSAGES
*
******************************************/
#loading {
    position: fixed;
    width: 300px;
    height: 150px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -150px;
}
#loading i {display: block; padding-bottom: 3px;}
 
#messages {
    font-size: 13px;
    padding: 3px;
    margin: 0;
    word-wrap: break-word;
}
#newMessages {
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    padding: 8px;
    background: #ddd;
    text-decoration: none;
    font-variant: small-caps;
    font-size: 1.1em;
    font-weight: bold;
    color: #8ba5c4;
}
#newMessages:hover {background: #171717;}
#newMessages i {vertical-align: middle; padding-left: 3px;}
#ping {
    position: fixed;
    top: 0;
    right: 115px;
    width: 45px;
    background: #202020;
    height: 30px;
    padding: 8px 0 2px 0;
}
#ping i {display: block; text-align: center;}
#ping .ms {
    display: block;
    text-align: center;
    font-size: 8pt;
    padding-top: 2px;
}
#userBar {
    position: fixed;
    top: 0;
    right: 0;
}
#userBar .subCell {
    background: #202020;
    height: 30px;
    padding: 5px 0;
    display: block;
    color: #8ba5c4;
    text-decoration: none;
    line-height: 28px;
    border-top: 1px solid #b4b4b4;
}
#userBar .subCell:hover {background: #202020;}
#userBar .toggle {
    width: 40px;
    background: #202020;
    border-top: 0;
    float: right;
    text-align: center;
}
#userBar .sub {clear: both; display: none; width: 160px;}
#userBar .sub.scroll {overflow-y: scroll;}
#userBar .sub.subCell {padding: 3px 0 3px 8px; line-height: 30px; font-size: 0.9em; clear: both;}
#userBar .sub span {
    display: block;
    line-height: 30px;
    float: left;
}
#userBar .sub i {
    display: block;
    padding: 0 5px;
    font-size: 1.1em;
    width: 22px;
    text-align: center;
    line-height: 30px;
    float: right;
}
#userBar .sub input {
    position: absolute;
    padding: 7px 5px;
    width: 121px;
    line-height: 30px;
    float: left;
}
#userBar .topCell {border-top: 0;}
 
/* POPUPS */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ddd;
}
.popup .close {
    position: absolute;
    background: #aaa;
    top: 0;
    right: 0;
    color: #333;
    text-decoration: none;
    z-index: 2;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.popup .close:hover {background: #999;}
.popup .head {
    background: #999;
    color: #ddd;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: 2px solid green;
}
.popup input {border: 1px solid #999; background: #fff; margin: 0; padding: 5px; outline: none; color: #333;}
.popup input[type=text]:hover, .popup input[type=text]:active, .popup input[type=text]:focus {border-color: green;}
.popup input[type=submit] {padding: 5px 10px; background: #999; color: #ddd; text-transform: uppercase; font-size: 0.9em; font-weight: bold;}
.popup input[type=submit]:hover, .popup input[type=submit]:focus, .popup input[type=submit]:active {background: #aaa; cursor: pointer;}
 
.changeFont {padding: 10px;}
.changeFont a {display: block; text-decoration: none; padding: 3px; color: #333;}
.changeFont a:hover {background: #ccc;}
 
.highlightPopup {padding: 10px; text-align: center;}
.highlightPopup input[type=text] {display: block; width: 215px; text-align: left; margin-top: 5px;}
.highlightPopup input.highlightColor {background-color: #FFFF00;}
.highlightPopup input.highlightTermSubmit {margin-top: 5px;}
 
/* ADMIN CONTEXT MENU */
.contextMenu {
    background-color: #ddd;
    position: fixed;
    margin: 2px;
    width: 150px;
}
.contextMenu a {
    display: block;
    padding: 2px 5px;
    text-decoration: none;
    color: #333;
}
 
.contextMenu a:hover {
    background-color: #ccc;
}
 
/* ADMIN FILTER MESSAGES MENU */
.filterMessages {padding: 5px;}
.filterMessages div {padding: 2px 0;}
.filterMessages input {}
.filterMessages label {}
 
.icon-stack {height: 1em; line-height: 1em; width: 1em; vertical-align: middle; margin-top: -2px;}
 
 
/*****************************************
*
* OUTPUT ACTUALLY RELATED TO MESSAGES
*
******************************************/
 
/* MOTD */
.motd {color: #99aab5;  font-family: Verdana, sans-serif;}
.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6 {color: #99aab5; text-decoration: underline;}
.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover {color: #99aab5;}
 
/* ADD HERE FOR BOLD */
.bold, .name, .prefix, .ooc, .looc, .adminooc, .admin, .medal, .yell {font-weight: bold;}
 
/* ADD HERE FOR ITALIC */
.italic, .italics,  .emote {font-style: italic;}
 
/* OUTPUT COLORS */
.highlight {background: yellow;}
 
h1, h2, h3, h4, h5, h6  {color: #99aab5;font-family: Georgia, Verdana, sans-serif;}
h1.alert, h2.alert      {color: #99aab5;}
 
em                      {font-style: normal;    font-weight: bold;}
 
.ooc                    {color: #3366ff;                font-weight: bold;}
.looc                   {color: #47a4bf;    font-weight: bold;}
.adminobserverooc       {color: #0099cc;    font-weight: bold;}
.adminooc               {color: #3d5bc3;    font-weight: bold;}
 
.adminsay               {color: #3d5bc3;    font-weight: bold;}
.admin                  {color: #3d5bc3;    font-weight: bold;}
 
.name                   {                   font-weight: bold;}
 
.say                    {}
.deadsay                {color: #7c00e6;}
.binarysay              {color: #20c20e; background-color: #000000; display: block;}
.binarysay a            {color: #00ff00;}
.binarysay a:active, .binarysay a:visited {color: #88ff88;}
.radio                  {color: #059223;}
.sciradio               {color: #7c00e6;}
.comradio               {color: #3d5bc3;}
.secradio               {color: #a30000;}
.medradio               {color: #397ea5;}
.engradio               {color: #c75f35;}
.suppradio              {color: #8b6532;}
.servradio              {color: #577c2d;}
.syndradio              {color: #6d3f40;}
.centcomradio           {color: #2b677e;}
.aiprivradio            {color: #811981;}
.redteamradio           {color: #ff0000;}
.blueteamradio          {color: #0000ff;}
 
.yell                   {                   font-weight: bold;}
 
.alert                  {color: #c51e1e;}
h1.alert, h2.alert      {color: #99aab5;}
 
.emote                  {                   font-style: italic;}
.selecteddna            {color: #ffffff;    background-color: #001B1B}
 
.attack                 {color: #c51e1e;}
.disarm                 {color: #780202;}
.passive                {color: #510000;}
 
.userdanger             {color: #c51e1e;    font-weight: bold; font-size: 24px;}
.danger                 {color: #c51e1e;}
.warning                {color: #c51e1e;    font-style: italic;}
.boldwarning            {color: #c51e1e;    font-style: italic; font-weight: bold}
.announce               {color: #c51e1e;    font-weight: bold;}
.boldannounce           {color: #c51e1e;    font-weight: bold;}
.greenannounce          {color: #059223;    font-weight: bold;}
.rose                   {color: #ff5050;}
.info                   {color: #3d5bc3;}
.notice                 {color: #3d5bc3;}
.boldnotice             {color: #3d5bc3;    font-weight: bold;}
.adminnotice            {color: #3d5bc3;}
.adminhelp              {color: #c51e1e;    font-weight: bold;}
.unconscious            {color: #99aab5;    font-weight: bold;}
.suicide                {color: #ff5050;    font-style: italic;}
.green                  {color: #059223;}
.nicegreen                  {color: #059223;}
.shadowling             {color: #3b2769;}
.cult                   {color: #740202;}
 
.cultitalic             {color: #740202;    font-style: italic;}
.cultbold               {color: #740202; font-style: italic; font-weight: bold;}
.cultboldtalic              {color: #740202; font-weight: bold; font-size: 24px;}
 
.cultlarge              {color: #740202; font-weight: bold; font-size: 24px;}
.narsie                 {color: #740202; font-weight: bold; font-size: 120px;}
.narsiesmall            {color: #740202; font-weight: bold; font-size: 48px;}
.colossus               {color: #7F282A; font-size: 40px;}
.hierophant             {color: #660099; font-weight: bold; font-style: italic;}
.hierophant_warning     {color: #660099; font-style: italic;}
.purple                 {color: #7c00e6;}
.holoparasite           {color: #35333a;}
 
.revennotice            {color: #1d2953;}
.revenboldnotice        {color: #1d2953;    font-weight: bold;}
.revenbignotice         {color: #1d2953;    font-weight: bold; font-size: 24px;}
.revenminor             {color: #823abb}
.revenwarning           {color: #760fbb;    font-style: italic;}
.revendanger            {color: #760fbb;    font-weight: bold; font-size: 24px;}
.umbra                  {color: #7c00e6;}
.umbra_emphasis         {color: #7c00e6;    font-weight: bold;  font-style: italic;}
.umbra_large            {color: #7c00e6; font-size: 24px; font-weight: bold; font-style: italic;}
 
.deconversion_message   {color: #7c00e6; font-size: 24px; font-style: italic;}
 
.brass                  {color: #BE8700;}
.heavy_brass            {color: #BE8700; font-weight: bold; font-style: italic;}
.large_brass            {color: #BE8700; font-size: 24px;}
.big_brass              {color: #BE8700; font-size: 24px; font-weight: bold; font-style: italic;}
.ratvar                 {color: #BE8700; font-size: 48px; font-weight: bold; font-style: italic;}
.alloy                  {color: #42474D;}
.heavy_alloy            {color: #42474D; font-weight: bold; font-style: italic;}
.nezbere_large          {color: #42474D; font-size: 24px; font-weight: bold; font-style: italic;}
.nezbere                {color: #42474D; font-weight: bold; font-style: italic;}
.nezbere_small          {color: #42474D;}
.sevtug_large           {color: #AF0AAF; font-size: 24px; font-weight: bold; font-style: italic;}
.sevtug                 {color: #AF0AAF; font-weight: bold; font-style: italic;}
.sevtug_small           {color: #AF0AAF;}
.inathneq_large         {color: #1E8CE1; font-size: 24px; font-weight: bold; font-style: italic;}
.inathneq               {color: #1E8CE1; font-weight: bold; font-style: italic;}
.inathneq_small         {color: #1E8CE1;}
.nzcrentr_large         {color: #DAAA18; font-size: 24px; font-weight: bold; font-style: italic;}
.nzcrentr               {color: #DAAA18; font-weight: bold; font-style: italic;}
.nzcrentr_small         {color: #DAAA18;}
.neovgre_large          {color: #6E001A; font-size: 24px; font-weight: bold; font-style: italic;}
.neovgre                {color: #6E001A; font-weight: bold; font-style: italic;}
.neovgre_small          {color: #6E001A;}
 
.newscaster             {color: #800000;}
.ghostalert             {color: #5c00e6;    font-style: italic; font-weight: bold;}
 
.alien                  {color: #543354;}
.noticealien            {color: #059223;}
.alertalien             {color: #059223;    font-weight: bold;}
.changeling             {color: #059223;    font-style: italic;}
.assimilator            {color: #059223;    font-size: 16px ; font-weight: bold;}
 
.spider                 {color: #7c00e6;}
 
.interface              {color: #650065;}
 
.sans                   {font-family: "Comic Sans MS", cursive, sans-serif;}
.papyrus                {font-family: "Papyrus", cursive, sans-serif;}
.robot                  {font-family: "Courier New", cursive, sans-serif;}
 
.command_headset        {font-weight: bold; font-size: 24px;}
.small                  {font-size: 8px;}
.big                    {font-size: 24px;}
.reallybig              {font-size: 32px;}
.extremelybig           {font-size: 40px;}
.greentext              {color: #059223;    font-size: 24px;}
.redtext                {color: #c51e1e;    font-size: 24px;}
.clown                  {color: #FF69Bf;    font-size: 24px; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;}
.his_grace              {color: #15D512;    font-family: "Courier New", cursive, sans-serif; font-style: italic;}
.hypnophrase            {color: #2c2f33;    font-weight: bold; animation: hypnocolor 1500ms infinite;}
@keyframes hypnocolor {
    0% { color: #2c2f33; }
    25% { color: #410194; }
    50% { color: #7f17d8; }
    75% { color: #410194; }
    100% { color: #3bb5d3; }
}
 
.phobia         {color: #dd0000;    font-weight: bold; animation: phobia 750ms infinite;}
@keyframes phobia {
    0% { color: #0d0d0d; }
    50% { color: #dd0000; }
    100% { color: #0d0d0d; }
}
 
.icon                   {height: 1em;   width: auto;}
 
.memo                   {color: #638500;    text-align: center;}
.memoedit               {text-align: center;    font-size: 16px;}
.abductor               {color: #800080; font-style: italic;}
.mind_control               {color: #A00D6F; font-size: 3; font-weight: bold; font-style: italic;}
.slime                  {color: #00CED1;}
.drone                  {color: #848482;}
.monkey                 {color: #975032;}
.swarmer                {color: #2C75FF;}
.resonate               {color: #298F85;}
 
.monkeyhive             {color: #774704;}
.monkeylead             {color: #774704;    font-size: 2;}
 
.connectionClosed, .fatalError {background: red; color: white; padding: 5px;}
.connectionClosed.restored {background: green;}
.internal.boldnshit {color: #3d5bc3; font-weight: bold;}
 
/* HELPER CLASSES */
.text-normal {font-weight: normal; font-style: normal;}
.hidden {display: none; visibility: hidden;}