Advertisement
PsyOps

MyTheme.css

Sep 28th, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.01 KB | None | 0 0
  1. body {
  2.     background: #000 url("images/BG_00.png") repeat-x;
  3. }
  4.  
  5. #page {
  6.     background-color: transparent;
  7. }
  8. /* Padding for center or Main blocks */
  9. #main-content {
  10.     padding: 15px;
  11.     margin: 0px;
  12.     background-color: #c5c5c5;
  13. }
  14. /* Getting rid of margins and padding */
  15. .block-inner,.pane-inner, .menu-wrapper,
  16. .branding-elements, .breadcrumb-wrapper, .attribution,
  17. .at-panel .rounded-corner, .block-panels-mini > .block-title,
  18. .rendered-by-ds .panel-display .region-inner, div.messages {
  19.     margin: 0px;
  20. }
  21. .block {
  22.     margin: 0px;
  23. }
  24. #header{
  25.     line-height: 0px;
  26. }
  27. /* -------------------- Menu ------------------------ */
  28. #block-system-main-menu {
  29.     background: #000 url("images/MenuBG00.png") repeat-x;
  30. }
  31. .nav {
  32.     margin: 0px;
  33.     min-height: 35px;
  34.     background-color: #1c1c1c;
  35. }
  36. .nav ul.menu li a:link,.nav  ul.menu li a:visited {
  37.     color: #fff;
  38.         text-align: center;
  39.     padding-top: 4px;
  40. }
  41. .nav ul.menu li a:hover {
  42.     color: #9c9c9c;
  43.     text-decoration: none;
  44. }
  45. /* fix for small size change when resizing browser */
  46. .container {
  47.     width: 100%;
  48.     max-width: 960px;
  49. }
  50. #block-search-form {
  51.     height: 50px;
  52.     padding-left: 11px;
  53.     padding-top: 23px;
  54. }
  55. /* Block theming */
  56. .block-title{
  57.     color: white;
  58.     background-color: #1c1c1c;
  59.     padding-left: 20px;
  60. }
  61. /* ------------------------------------ Custom LogIn Block theming */
  62. #block-user-login {
  63.     height: 262px;
  64.     padding-top: 22px;
  65. }
  66. .hide-me{
  67.     display: none;
  68. }
  69. #submit-me{
  70.     cursor: pointer;
  71.     cursor: hand;
  72. }
  73. #s8login-username{
  74.     padding-left:  10px;
  75. }
  76. #s8login-password{
  77.     padding-left:  10px;   
  78. }
  79. /*  Takes out the title from login block  */
  80. #block-user-login .block-title{
  81.     display: none;
  82. }
  83.  
  84. .sidebar-first .content-inner {
  85.     /* margin-left: 28%;
  86.     margin-top: 20px;
  87.     margin-right: 0;
  88.     margin: 20x 0 0 28%;
  89.     background-color: #9c9c9c; */
  90. }
  91. .region-inner {
  92.      background-color: #272727;
  93.      color: white;
  94. }
  95. .region-inner a:link,.region-inner a:visited,.region-inner a:hover {
  96.      color: white;
  97. }
  98. #block-search-form  input{
  99.     background-color: #575757;
  100.     color: white;
  101. }
  102. .node .node-title{
  103.     background-color: #1C1C1C;
  104.     color: white;
  105.     padding-left: 25px;
  106. }
  107. .node .node-title a:link,.node .node-title a:visited,.node .node-title a:hover{
  108.     color: white;
  109. }
  110. #block-system-main-menu ul.menu li{
  111.     min-width: 112px;
  112.     height: 35px;
  113.     font-size: 12pt;
  114.     background-image: url("images/ButtonNormal.png");
  115. }
  116. #block-system-main-menu ul.menu li:hover{
  117.     background-image: url("images/ButtonRollover.png");
  118. }
  119. .node-header{
  120.     padding-bottom: 20px;
  121. }
  122. .region-sidebar-first .block-content{
  123.     padding: 0px 10px 10px 12px;
  124. }
  125. .region-sidebar-first .item-list{
  126.     padding-top: 10px;
  127. }
  128. /*   Nav Bar icon beside the list items */
  129. ul li.collapsed {
  130.     list-style-image: none;
  131.     list-style-type: disc;
  132. }
  133. #block-user-new .item-list ul {
  134.     list-style-image: url('images/TinyUserIcon.png');
  135. }
  136. #block-forum-new .item-list ul {
  137.     list-style-image: url('images/TinyForumIcon.png');
  138. }
  139. #block-user-online .item-list ul {
  140.     list-style-image: url('images/TinyUserOnline.png');
  141. }
  142. .item-list ul {
  143.     margin: 0 0 7px 0;
  144. }
  145.  
  146. /* ------------------------------------------------------------- */
  147. /*                       FORUM STUFF                             */
  148. /* ------------------------------------------------------------- */
  149. .forum-table-wrap .forum-table-superheader, .forum-table-topics thead tr {
  150.     background: 3242kjnkj;
  151.     padding: 0px;
  152.     padding-left: 19px;
  153.     min-height: 50px;
  154.     background-color: #606060;
  155.     color: white;
  156. }
  157. .forum-table {
  158.     border: 1px solid #C8DBEA !important;
  159.     color: #494949;
  160.     border-collapse: separate;
  161.     margin: 0 0 19px;
  162.     padding: 0;
  163.     width: 100%;
  164.     background-color: white;
  165. }
  166. .forum-table thead tr {
  167.     border-top: 1px solid #FFFFFF;
  168.     background: none;
  169.     /*
  170.     background: #EDF5FA;
  171.     background: -webkit-gradient(linear, left top, left bottom, from(#EDF5FA), to(#C8DBEA));
  172.     background: -moz-linear-gradient(top, #EDF5FA, #C8DBEA);
  173.     */
  174.     color: #3C78A7;
  175.     line-height: 1.5em;
  176.     padding: 2px 5px;
  177. }
  178. .forum-table-wrap .forum-table-superheader {
  179.     /* background: #C8DBEA; */
  180.     border: 1px solid #C8DBEA;
  181. }
  182. .forum-table-name a:link,.forum-table-name a:visited,.forum-table-name a:hover{
  183.     color: #fff;
  184. }
  185.  
  186. .forum-table-wrap, .forum-table-topics {
  187. /* ---------------------------------------------------------------------------------------------  Space between each forum */
  188.     margin-bottom: 50px;
  189.     clear: both;
  190. }
  191. .forum-table-superheader .forum-table-name {
  192.     margin: 0px 0 12px 1px;
  193.     width: 90%;
  194.     display: inline;
  195.     font-size: 1.2em;
  196. }
  197. .forum-table tr.even {
  198.     background: #000;
  199. }
  200. /* Forum folder Table settings ---  NEW/No New Messages
  201. /* ---------------------------------------------------------------------------------------------  Icon for forum folder */ /* No New */
  202. tr.even td.forum-list-icon-default .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
  203.     background: transparent url('images/forum_list_default.png') no-repeat center center;
  204. }
  205. /* -------------------------------------------------------------------------------  Same icon for legend -maybe combine? */
  206. .forum-list-icon-legend .forum-list-icon-default {
  207.     background: transparent url('images/forum_list_default.png') no-repeat center center;
  208. }
  209. /* ---------------------------------------------------------------------------------------------  Icon for forum folder */ /* New */
  210. tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
  211.     background: transparent url("images/forum_list_new_posts.png") no-repeat scroll center center;
  212. }
  213. tr.even td.forum-folder-new-posts .forum-list-icon-wrapper span, tr.odd td.forum-folder-new-posts .forum-list-icon-wrapper span, .forum-list-icon-legend .forum-list-icon-new-posts {
  214.     background: transparent url("images/forum_list_new_posts.png") no-repeat center center;
  215. }
  216. .forum-list-icon-wrapper span {
  217.     text-indent: -9999px;
  218.     width: 63px;
  219.     height: 50px;
  220.     display: block;
  221. }
  222. /* ---------------------------------------------------------------------------------------------  Collapse/Expand buttons */
  223. span.forum-collapsible { /* THIS NEEDS TO COME BEFORE: span.container-collapsed */
  224.     width: 50px;
  225.     height: 100%;
  226.     text-indent: -9999px;
  227.     display: block;
  228.     margin-left: 10px;
  229.     margin-right: 10px;
  230.     float: right;
  231.     background: transparent url("images/container_collapse.png") no-repeat center center;
  232. }
  233. span.container-collapsed {
  234.     background: transparent url("images/container_expand.png") no-repeat center center;
  235. }
  236. /* ------------------------------------------------------------- */
  237. /*                       BREADCRUMBS                             */
  238. /* ------------------------------------------------------------- */
  239. #breadcrumb {
  240.     margin: 0px 0;
  241.     background-color: #272727;
  242.     height: 28px;
  243.     padding-top: 5px;
  244.     padding-left: 20px;
  245. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement