Don't like ads? PRO users don't see any ads ;-)
Guest

jcink userlinks

By: a guest on Jul 10th, 2012  |  syntax: CSS  |  size: 1.77 KB  |  hits: 43  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ==BOARD WRAPPERS==
  2.  
  3. <html>
  4. <head>
  5. <title><% TITLE %></title>
  6. <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
  7. <% CSS %>
  8. <% JAVASCRIPT %>
  9. <% JAVATOP %>
  10. </head>
  11. <body>
  12. <div id="ipbwrapper">
  13. <div id="header">
  14. </div>
  15. <div class="tableborder"><% BOARD %></div>
  16. <% COPYRIGHT %>
  17. <% BOARD HEADER %>
  18. <div align='center' class='copyright'><% STATS %></div>
  19. <% buttons %>
  20. </div>
  21. </div>
  22. </div>
  23. <% NAVIGATION %>
  24. <% JAVABOTTOM %>
  25. <% CBOX %>
  26. </div>
  27. </div>
  28. </body>
  29. </html>
  30.  
  31. ==RELEVANT CSS==
  32. /* Header/Logo area */
  33.  
  34. #header {
  35.          background: url(http://i.imgur.com/2CkyR.png) no-repeat;
  36.          width: 800px;
  37.          height: 286px;
  38. }
  39.  
  40. #ipsbanner {
  41.          position: absolute;
  42.          top: 0px;
  43.          right: 5%;
  44. }
  45.  
  46. #logostrip {
  47.         display: none;
  48. }
  49.  
  50. #submenu   {
  51.         display: none;
  52. }
  53.  
  54. /* User links menu (ex: Messages  / View new posts / etc ) */
  55.  
  56. #userlinks {
  57.          background: rgba(0,0,0,0.4);
  58.          padding: 4px;
  59.          margin: 0;
  60.          z-index:1000;
  61.          position: absolute;
  62.          top: 276px;
  63.          font-size:11px;
  64.          margin: 0 auto;
  65.          width: 800px !important;
  66. }
  67.  
  68. #userlinks td {
  69.          display: table-row;
  70.          text-align: center;
  71. }
  72.  
  73. #userlinks a {
  74.          font-size:11px;
  75. }
  76.  
  77. #navstrip  {
  78.          width: 100%;
  79.          float: left;
  80.          background: #000;
  81.          position: fixed;
  82.          top: 0px;
  83.          left: 0px;
  84.          z-index:1000;
  85.          font-weight: bold;
  86.          color: #999999;
  87.          padding: 6px 0px 6px 0px;
  88. }
  89.  
  90. #navstrip a:link, #navstrip a:visited, #navstrip a:active, #navstrip a:hover {
  91.          color: #d6c5b4;
  92.          text-decoration: none;
  93.          padding-left: 10px;
  94.          padding-right: 10px;
  95. }