Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.16 KB | None | 0 0
  1. <style>
  2.     .rules_forum .breadBoxTop, .rules_server .breadBoxTop { display: none; }
  3. .rules_forum .breadBoxBottom, .rules_server .breadBoxBottom { display: none; }
  4.  
  5. #rules_page {
  6.     padding: 0 !important;
  7.     text-align: center;
  8. }
  9.  
  10. #rules_page > div {
  11.     vertical-align: top;
  12. }
  13.  
  14. #rules_page .left_tab {
  15.     display: inline-block;
  16.     width: 90%;
  17.     text-align: left;
  18. }
  19.  
  20. @media (max-width:610px)
  21. {
  22.     #rules_page .left_tab,
  23.     #rules_page .middle_tab,
  24.     #rules_page .right_tab {
  25.         display: block;
  26.         width: 97%;
  27.     }
  28. }
  29.  
  30. #rules_page ol > li {
  31.     margin-left: 30px;
  32.     list-style-type: decimal;
  33. }
  34.  
  35. #rules_page ul > li {
  36.     margin-left: 30px;
  37.     list-style-type: disc;
  38. }
  39.  
  40. #rules_page h2 {
  41.     font-family: Arial, Helvetica, sans-serif;
  42.     font-weight: normal;
  43.     font-size: 16px;
  44. }
  45.  
  46. #rules_page h3 {
  47.     font-size: 14px;
  48. }
  49.  
  50. #rules_page h4 {
  51.     font-size: 14px;
  52.     text-decoration: underline;
  53.     color: #f00;
  54. }
  55.  
  56. #rules_page h5 {
  57.     font-size: 13px;
  58.     color: #c63;
  59. }
  60.  
  61. #rules_page h6 {
  62.     font-size: 12px;
  63.     font-style: italic;
  64. }
  65.  
  66. #rules_page li {
  67.     font-size: 13px;
  68. }
  69.  
  70. #rules_page ol > ul {
  71.     margin-bottom: 0;
  72. }
  73.  
  74. #rules_page .traitor-acts {
  75.     -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; -khtml-border-radius: 0.5em; border-radius: 0.5em;
  76.     padding: 0 10px;
  77.     margin: 10px 0;
  78.     font-size: 1.1em;
  79. }
  80.  
  81. #rules_page .innocent {
  82.     color: #0f0;
  83. }
  84.  
  85. #rules_page .detective {
  86.     color: #1E90FF;
  87. }
  88.  
  89. #rules_page .traitor {
  90.     color: #f00;
  91. }
  92. </style>
  93. <div id="rules_page" class="sectionMain">
  94.         <div class="left_tab primaryContent">
  95.                 <h2 class="textHeading">General Rules</h2>
  96.                 <ol>
  97.                         <li>Be mature, respect others and try to get along with everyone.</li>
  98.                         <li>Hacking, exploits, etc. is strictly against the rules.</li>
  99.                         <li>No unpronounceable/illegible names.</li>
  100.                         <li>Server admins reserve the right to deal with issues as they see fit.</li>
  101.                         <li>Don't be a dick. If you follow the rules to the letter but are otherwise a nuisance you will be banned.</li>
  102.                 </ol>
  103.                 <h2 class="textHeading">Chat Rules</h2>
  104.                 <ol>
  105.                         <li>Use out-of-character (/ooc or //) only for non-RP uses.</li>
  106.                         <li>We belong to the IceMod community - do not advertise other communities.</li>
  107.                         <li>Do not share links to illegal, pirated, adult or offensive material. This includes sprays.</li>
  108.                         <li>Use of a microphone is a privilege, not a right.</li>
  109.                 </ol>
  110.                 <h2 class="textHeading">RP Rules</h2>
  111.                 <ol>
  112.                         <li>Killing people for no reason (or an unrealistic reason) is RDM, and banned.</li>
  113.                         <li>Propkilling/surfing/puhsing/climbing (except when making stairs for your base) are not allowed.</li>
  114.                         <li>Follow your job's objectives, using good RP that makes sense in character.</li>
  115.                         <li>Follow 'FearRP' - keep in character realistically when in a dangerous RP situation. Fear for your life.</li>
  116.                         <li>Do not abuse a job just to spawn in sweps.</li>
  117.                 </ol>
  118.                 <h2 class="textHeading">Building Rules</h2>
  119.                 <ol>
  120.                         <li>Unless CP checkpoint or hobo structures, do not build in often-used streets.</li>
  121.                         <li>If you want to be left alone while building place textscreens around.</li>
  122.                         <li>You may not have any printers/guns etc while building, and must remove building signs when ready to RP.</li>
  123.                         <li>Use the existing buildings to create your base, otherwise ask staff permission.</li>
  124.                         <li>There must be working keypads/buttons on each side for each door that allow somebody to enter your base.</li>
  125.                         <li>There may not be more than one fading door for each entryway.</li>
  126.                         <li>No invisible props or mazes, especially in your base entrance.</li>
  127.                         <li>There must be space for people to stand / the door to open between any doors and any fading doors.</li>
  128.                 </ol>
  129.         </div>
  130. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement