Advertisement
Guest User

TGMC Standard CSS

a guest
Sep 21st, 2019
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.74 KB | None | 0 0
  1. {"<style>
  2. html, body {
  3.     padding: 0;
  4.     margin: 0;
  5.     height: 100%;
  6.     color: #000000;
  7. }
  8. body {
  9.     background: #fff;
  10.    font-family: Verdana, sans-serif;
  11.    font-size: 9pt;
  12.    line-height: 1.2;
  13.     overflow-x: hidden;
  14.     overflow-y: scroll;
  15.     word-wrap: break-word;
  16. }
  17.  
  18. em {
  19.     font-style: normal;
  20.     font-weight: bold;
  21. }
  22.  
  23. img {
  24.     margin: 0;
  25.     padding: 0;
  26.     line-height: 1;
  27.     -ms-interpolation-mode: nearest-neighbor;
  28.     image-rendering: pixelated;
  29. }
  30. img.icon {
  31.     height: 1em;
  32.     min-height: 16px;
  33.     width: auto;
  34.     vertical-align: bottom;
  35. }
  36.  
  37.  
  38. .r:before {
  39.     content: 'x';
  40. }
  41. .r {
  42.     display: inline-block;
  43.     min-width: 0.5em;
  44.     font-size: 0.7em;
  45.     padding: 0.2em 0.3em;
  46.     line-height: 1;
  47.     color: white;
  48.     text-align: center;
  49.     white-space: nowrap;
  50.     vertical-align: middle;
  51.     background-color: crimson;
  52.     border-radius: 10px;
  53. }
  54.  
  55. a {color: #0000ff;}
  56. a.visited {color: #ff00ff;}
  57. a:visited {color: #ff00ff;}
  58. a.popt {text-decoration: none;}
  59.  
  60.  
  61. .bold, .name, .prefix, .ooc, .looc, .adminooc, .admin, .medal, .yell {font-weight: bold;}
  62.  
  63. .italic, .italics,  .emote {font-style: italic;}
  64.  
  65. .highlight {background: yellow;}
  66.  
  67. .motd                   {color: #638500;    font-family: Verdana, sans-serif;}
  68. .motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6
  69.     {color: #638500;    text-decoration: underline;}
  70. .motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover
  71.     {color: #638500;}
  72. .tip                    {color: #a000c4;    font-weight: bold;}
  73.  
  74. .prefix                 {                   font-weight: bold;}
  75.  
  76. .ooc                    {                   font-weight: bold;}
  77. .adminobserverooc       {color: #0099cc;    font-weight: bold;}
  78. .adminooc               {color: #b82e00;    font-weight: bold;}
  79.  
  80. .adminobserver          {color: #996600;    font-weight: bold;}
  81. .admin                  {color: #386aff;    font-weight: bold;}
  82. .adminsay               {color: #9611D4;    font-weight: bold;}
  83. .headminsay             {color: #5A0A7F;    font-weight: bold;}
  84. .boldannounce           {color: #ff0000;    font-weight: bold;}
  85.  
  86. .adminnotice            {color: #0000ff;}
  87. .adminhelp              {color: #ff0000;    font-weight: bold;}
  88.  
  89. .name                   {                   font-weight: bold;}
  90.  
  91. .say                    {}
  92. .deadsay                {color: #5c00e6;}
  93. .radio                  {color: #4E4E4E;}
  94. .deptradio              {color: #993399;}
  95. .comradio               {color: #004080;}
  96. .syndradio              {color: #6D3F40;}
  97. .centradio              {color: #5C5C8A;}
  98. .airadio                {color: #FF00FF;}
  99.  
  100. .secradio               {color: #A30000;}
  101. .engradio               {color: #A66300;}
  102. .medradio               {color: #008160;}
  103. .sciradio               {color: #993399;}
  104. .supradio               {color: #5F4519;}
  105.  
  106. .alpharadio             {color: #EA0000;}
  107. .bravoradio             {color: #C68610;}
  108. .charlieradio           {color: #AA55AA;}
  109. .deltaradio             {color: #007FCF;}
  110.  
  111. .binarysay              {color: #20c20e; background-color: #000000; display: block;}
  112. .binarysay a            {color: #00ff00;}
  113. .binarysay a:active, .binarysay a:visited {color: #88ff88;}
  114.  
  115. .alert                  {color: #ff0000;}
  116. h1.alert, h2.alert      {color: #000000;}
  117.  
  118. .emote                  {                   font-style: italic;}
  119. .selecteddna            {color: #FFFFFF;    background-color: #001B1B}
  120.  
  121. .attack                 {color: #ff0000;}
  122. .moderate               {color: #CC0000;}
  123. .disarm                 {color: #990000;}
  124. .passive                {color: #660000;}
  125.  
  126. .scanner            {color: #ff0000;}
  127. .scannerb           {color: #ff0000;    font-weight: bold;}
  128. .scannerburn    {color: #ffa500;}
  129. .scannerburnb   {color: #ffa500;    font-weight: bold;}
  130. .rose                   {color: #ff5050;}
  131. .info                   {color: #0000CC;}
  132. .debuginfo              {color: #493D26;    font-style: italic;}
  133. .notice                 {color: #000099;}
  134. .xenonotice             {color: #2a623d;}
  135. .boldnotice             {color: #000099;    font-weight: bold;}
  136. .warning                {color: #ff0000;    font-style: italic;}
  137. .xenowarning            {color: #2a623d;    font-style: italic;}
  138. .danger                 {color: #ff0000;    font-weight: bold;}
  139. .xenodanger             {color: #2a623d;    font-weight: bold;}
  140. .avoidharm              {color: #72a0e5;    font-weight: bold;}
  141. .highdanger             {color: #ff0000;    font-weight: bold; font-size: 1.5em;}
  142. .xenohighdanger         {color: #2a623d;    font-weight: bold; font-size: 1.5em;}
  143. .xenoannounce           {color: #1a472a;    font-family: book-antiqua; font-weight: bold; font-style: italic; font-size: 1.5em;}
  144.  
  145. .alien                  {color: #543354;}
  146. .newscaster             {color: #800000;}
  147.  
  148. .role_header            {color: #db0000;    display: block; text-align: center; font-weight: bold; font-family: trebuchet-ms; font-size: 1.5em;}
  149. .role_body              {color: #000099;    display: block; text-align: center;}
  150.  
  151. .round_setup            {color: #db0000;        font-family: impact; font-size: 1.25em;}
  152. .round_header           {color: #db0000;    display: block; text-align: center; font-family: courier; font-weight: bold; font-size: 2em;}
  153. .round_body             {color: #001427;    display: block; text-align: center; font-family: trebuchet-ms; font-weight: bold; font-size: 1.5em;}
  154. .event_announcement     {color: #600d48;    font-family: arial-narrow; font-weight: bold; font-size: 1.5em;}
  155.  
  156. .centerbold             {                   text-align: center; font-weight: bold;}
  157.  
  158. .mod                    {color: #775c40;    font-weight: bold;}
  159. .modooc                 {color: #184880;    font-weight: bold;}
  160. .adminmod               {color: #66411e;    font-weight: bold;}
  161. .headminmod             {color: #402A14;    font-weight: bold;}
  162. .tajaran                {color: #803B56;}
  163. .tajaran_signlang       {color: #941C1C;}
  164. .skrell                 {color: #00CED1;}
  165. .soghun                 {color: #228B22;}
  166. .changeling             {color: #800080;}
  167. .vox                    {color: #AA00AA;}
  168. .rough                  {font-family: trebuchet-ms, cursive, sans-serif;}
  169. .say_quote              {font-family: Georgia, Verdana, sans-serif;}
  170. .command_headset        {font-weight: bold; font-size: 18px;}
  171. .robot                  {font-family: "Courier New", cursive, sans-serif;}
  172.  
  173.  
  174. .green                  {color: #29b245;}
  175. .nicegreen              {color: #14a833;}
  176. .shadowling             {color: #3b2769;}
  177. .cult                   {color: #960000;}
  178. .cultlarge              {color: #960000; font-weight: bold; font-size: 3;}
  179. .narsie                 {color: #960000; font-weight: bold; font-size: 15;}
  180. .narsiesmall            {color: #960000; font-weight: bold; font-size: 6;}
  181. .colossus               {color: #7F282A; font-size: 5;}
  182. .hierophant             {color: #660099; font-weight: bold; font-style: italic;}
  183. .hierophant_warning     {color: #660099; font-style: italic;}
  184. .purple                 {color: #5e2d79;}
  185. .holoparasite           {color: #35333a;}
  186.  
  187. .revennotice            {color: #1d2953;}
  188. .revenboldnotice        {color: #1d2953;    font-weight: bold;}
  189. .revenbignotice         {color: #1d2953;    font-weight: bold; font-size: 3;}
  190. .revenminor             {color: #823abb}
  191. .revenwarning           {color: #760fbb;    font-style: italic;}
  192. .revendanger            {color: #760fbb;    font-weight: bold; font-size: 3;}
  193. .umbra                  {color: #5000A0;}
  194. .umbra_emphasis         {color: #5000A0;    font-weight: bold;  font-style: italic;}
  195. .umbra_large            {color: #5000A0; font-size: 3; font-weight: bold; font-style: italic;}
  196.  
  197. .deconversion_message   {color: #5000A0; font-size: 3; font-style: italic;}
  198.  
  199. .interface              {color: #330033;}
  200.  
  201. .connectionClosed, .fatalError {background: red; color: white; padding: 5px;}
  202. .connectionClosed.restored {background: green;}
  203. .internal.boldnshit {color: blue; font-weight: bold;}
  204.  
  205. .text-normal {font-weight: normal; font-style: normal;}
  206. .hidden {display: none; visibility: hidden;}
  207. </style>"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement