Excitium

SMBX Forums Theme 1

Sep 10th, 2011
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.73 KB | None | 0 0
  1. /* SMB3 CLOUD THEME: For use at http://supermariobrothersxforums.prophpbb.com only - You may not claim this as your own or use it for yourself. Theme coded by Joey of SMBX community. Edited by fallingsnow of SMBX community. */
  2.  
  3. /* General */
  4. *
  5.    {
  6.       font-family: Arial, Helvetica, Sans-Serif;
  7.       font-size: 13px;
  8.       margin-top: 0px;
  9.       margin-left: 0px;
  10.       margin-right: 0px;
  11.       margin-bottom: 0px;
  12.       padding: 2px;
  13.    }
  14.  
  15. body
  16.    {
  17.       background-image: url('http://tinyurl.com/4xxjgg6');
  18.       background-repeat: repeat-x;
  19.       background-attachment: fixed;
  20.       background-position: left top;
  21.    }
  22.  
  23. .titles
  24.    {
  25.       font-size: 1.3em;
  26.       font-weight: bod;
  27.    }
  28.  
  29. a
  30.    {
  31.       color: #333333;
  32.       text-decoration: none;
  33.    }
  34.  
  35. a:hover
  36.    {
  37.       color: #555555;
  38.       text-decoration: underline;
  39.    }
  40.  
  41. a:visited
  42.    {
  43.       color: #555555;
  44.       text-decoration: none;
  45.    }
  46.  
  47. img
  48.    {
  49.       border: 0px;
  50.    }
  51.  
  52.  
  53.  
  54.  
  55.  
  56. /*Quote Fix - Do Not Mess With*/
  57. .quotecontent, {
  58.     margin: 0px 5px 10px 5px;
  59.     padding: 5px;
  60.     border-color: #090909;
  61.     border-width: 0px 1px 1px 1px;
  62.     border-style: solid;
  63.     font-weight: normal;
  64.     font-size: 1em;
  65.     line-height: 1.4em;
  66.     background-color: #2E2E2E;
  67.     color: #EEE;
  68. }
  69.  
  70. .quotetitle, .attachtitle, .codetitle {
  71.     margin: 10px 5px 0px 5px;
  72.     padding: 2px 4px;
  73.          color: #000000;
  74.     font-size: 0.85em;
  75.     font-weight: bold;
  76. }
  77.  
  78. .quotewrapper, .codewrapper, .attachwrapper {
  79.     clear: both;
  80.     margin: 10px 5px;
  81.     padding-left: 19px;
  82.     border: solid 1px #090909;
  83. }
  84. .quotewrapper .quotetitle, .codewrapper .codetitle, .attachwrapper .attachtitle {
  85.     margin: 0;
  86.     border-width: 0 0 1px 1px;
  87. }
  88. .quotewrapper .quotecontent, .codewrapper .codecontent, .attachwrapper .attachcontent {
  89.     margin: 0;
  90.     border-width: 0 0 0 1px;
  91. }
  92.  
  93.  
  94.  
  95.  
  96.  
  97. /* The Pm Notification Window */
  98. .pm-notify-new, .pm-notify-unread
  99.    {
  100.       border-left: solid 2px #000000;
  101.       border-right: solid 2px #000000;
  102.       border-top: solid 2px #000000;
  103.       border-bottom: solid 2px #000000;
  104.       margin: 10px 0;
  105.       padding: 10px;
  106.       text-align: center;
  107.       font-size: 12px;
  108.       font-weight: bold;
  109.       background-color:rgba(255,255,255,0.6);
  110.       border: solid 2px #000000;
  111.    }
  112.  
  113. .pm-notify-new
  114.    {
  115.       padding: 20px;
  116.    }
  117.  
  118. .pm-notify-new a, .pm-notify-new a:visited, .pm-notify-unread a, .pm-notify-unread a:visited
  119.    {
  120.       text-decoration: underline;
  121.    }
  122.  
  123. .pm-notify-header
  124.    {
  125.       margin-bottom: 5px;
  126.       color: #000000;
  127.    }
  128.  
  129.  
  130.  
  131.  
  132.  
  133. /* The Bottom Level */
  134. #level
  135.    {
  136.       height: 596px;
  137.       position: relative;
  138.       background: url('http://i56.tinypic.com/1zch3dh.png');
  139.       background-repeat: repeat-x;
  140.       margin-top: -60px;
  141.       margin-left: -10px;
  142.       margin-right: -10px;
  143.       margin-bottom: -60px;
  144.       z-index: -1;
  145.    }
  146.  
  147. #levelbg
  148.  
  149.    {
  150.       height: PUT HEIGHT HERE;
  151.       position: relative;
  152.       background: url('URL HERE')
  153.       background-repeat: repeat-x;
  154.       margin-top: -60px;
  155.       margin-left: -10px;
  156.       margin-right: -10 px;
  157.       margin-bottom: -60 px;
  158.       z-index: -2;
  159.    }
  160.  
  161.  
  162.  
  163.  
  164. /* The Post and Forum Table + Footer */
  165. .tablebg
  166.    {
  167.       background-color:rgba(200,200,200,0.6);
  168.       border: solid 2px #000000;
  169.    }
  170.  
  171. #wrapfooter
  172.    {
  173.       text-align: center;
  174. /* I'd like to somehow get the level part to be in here without looking bad */
  175.       /* border-left: solid 1px #000000;
  176.       border-right: solid 1px #000000;
  177.       border-top: solid 1px #000000;
  178.       border-bottom: solid 1px #000000;
  179.       background-color:rgba(255,255,255,0.6);
  180.       padding: 10px;
  181.    }
  182.  
  183.  
  184.  
  185. .legend
  186.    {
  187.       text-align: left;
  188.       padding: 2px;
  189.       margin-bottom: 10px;
  190.   }
Add Comment
Please, Sign In to add comment