Guest User

Untitled

a guest
Jun 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. /************************************************************************/
  2. /* IP.Board 3 CSS - By Rikki Tissier - (c)2008 Invision Power Services */
  3. /************************************************************************/
  4. /* ipb_common.css */
  5. /************************************************************************/
  6.  
  7.  
  8. /************************************************************************/
  9. /* LIGHTBOX STYLES */
  10.  
  11. #lightbox{ position: absolute; left: 0; width: 100%; z-index: 16000 !important; text-align: center; line-height: 0;}
  12. #lightbox img{ width: auto; height: auto;}
  13. #lightbox a img{ border: none; }
  14. #outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
  15. #imageContainer{ padding: 10px; }
  16. #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
  17. #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
  18. #imageContainer>#hoverNav{ left: 0;}
  19. #hoverNav a{ outline: none;}
  20. #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url({style_images_url}/spacer.gif); /* Trick IE into showing hover */ display: block; }
  21. #prevLink { left: 0; float: left;}
  22. #nextLink { right: 0; float: right;}
  23. #prevLink:hover, #prevLink:visited:hover { background: url({style_images_url}/lightbox/prevlabel.gif) left 15% no-repeat; }
  24. #nextLink:hover, #nextLink:visited:hover { background: url({style_images_url}/lightbox/nextlabel.gif) right 15% no-repeat; }
  25. #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100% ; }
  26. #imageData{ padding:0 10px; color: #666; }
  27. #imageData #imageDetails{ width: 70%; float: left; text-align: left; }
  28. #imageData #caption{ font-weight: bold; }
  29. #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; }
  30. #imageData #bottomNavClose{ width: 66px; float: right; padding-bottom: 0.7em; outline: none;}
  31. #overlay{ position: fixed; top: 0; left: 0; z-index: 15000 !important; width: 100%; height: 500px; background-color: #000; }
  32.  
  33. /************************************************************************/
  34. /* BBCODE STYLES */
  35. /* NOTE: These selectors style bbcodes throughout IPB. It is recommended that you DO NOT change these
  36. styles if you are creating a skin since it may interfere with user expectation
  37. of what certain BBCodes look like (quote boxes are an exception to this). */
  38.  
  39. strong.bbc { font-weight: bold !important; }
  40. em.bbc { font-style: italic !important; }
  41. span.bbc_underline { text-decoration: underline !important; }
  42. acronym.bbc { border-bottom: 1px dotted #000; }
  43. span.bbc_center, div.bbc_center, p.bbc_center { text-align: center; display: block; }
  44. span.bbc_left, div.bbc_left, p.bbc_left { text-align: left; display: block; }
  45. span.bbc_right, div.bbc_right, p.bbc_right { text-align: right; display: block; }
  46. div.bbc_indent { margin-left: 50px; }
  47. del.bbc { text-decoration: line-through !important; }
  48. ul.bbc { list-style: disc outside; margin: 12px 0 12px 40px; }
  49. ul.bbc ul.bbc { list-style-type: circle; }
  50. ul.bbc ul.bbc ul.bbc { list-style-type: square; }
  51. ul.bbcol.decimal { margin: 12px 0 12px 40px; list-style-type: decimal; }
  52. ul.bbcol.lower-alpha { margin-left: 40px; list-style-type: lower-alpha; }
  53. ul.bbcol.upper-alpha { margin-left: 40px; list-style-type: upper-alpha; }
  54. ul.bbcol.lower-roman { margin-left: 40px; list-style-type: lower-roman; }
  55. ul.bbcol.upper-roman { margin-left: 40px; list-style-type: upper-roman; }
  56. hr.bbc { display: block; border-top: 2px solid #777; }
  57. div.bbc_spoiler { }
  58. div.bbc_spoiler span.spoiler_title { font-weight: bold; }
  59. div.bbc_spoiler_wrapper { border: 1px inset #777; padding: 4px; }
  60. div.bbc_spoiler_content { }
  61. input.bbc_spoiler_show { width: 45px; font-size: .7em; margin: 0px; padding: 0px; }
  62. pre.prettyprint { padding: 5px; background: #211F1F; border: 1px solid #393636; overflow: auto; margin-left: 10px; font-size: 11px; line-height: 140%; }
  63. img.bbc_img { cursor: pointer; }
  64. .signature img.bbc_img { cursor: default; }
  65.  
  66. /* Quote boxes */
  67.  
  68. p.citation {
  69. font-size: 12px;
  70. padding: 8px 10px;
  71. border-left: 2px solid #393636;
  72. /*background: none */
  73. background: #1A1919;
  74. background: -moz-linear-gradient(top, #f6f6f6 0%, #171616 2%); /* firefox */
  75. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,)); /* webkit */
  76. border-top: 2px solid #393636;
  77. border-right: 2px solid #393636;
  78. -moz-border-radius: 5px 5px 0 0;
  79. -webkit-border-radius: 5px 5px 0 0;
  80. border-radius: 5px 5px 0 0;
  81. font-weight: bold;
  82.  
  83. }
  84.  
  85. div.blockquote {
  86. font-size: 12px;
  87. padding: 10px;
  88. border-left: 2px solid #393636;
  89. border-right: 2px solid #393636;
  90. border-bottom: 2px solid #393636;
  91. border-top: 2px solid #393636;
  92. -moz-border-radius: 0 0 5px 5px;
  93. -webkit-border-radius: 0 0 5px 5px;
  94. border-radius: 0 0 5px 5px;
  95. background: #211F1F;
  96. }
  97.  
  98. div.blockquote div.blockquote {
  99. margin: 0 10px 0 0;
  100. }
  101.  
  102. div.blockquote p.citation {
  103. margin: 6px 10px 0 0;
  104. }
  105.  
  106. ._sharedMediaBbcode {
  107. width: 500px;
  108. background: #f6f6f6;
  109. background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
  110. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
  111. border: 1px solid #dbdbdb;
  112. -moz-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
  113. -webkit-box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 1px rgba(0,0,0,0.2);
  114. box-shadow: 0px 1px 3px rgba(255,255,255,1) inset, 0px 1px 2px rgba(0,0,0,0.2);
  115. -moz-border-radius: 3px;
  116. -webkit-border-radius: 3px;
  117. border-radius: 3px;
  118. color: #616161;
  119. display: inline-block;
  120. margin-right: 15px;
  121. margin-bottom: 5px;
  122. padding: 15px;
  123. }
  124.  
  125. .bbcode_mediaWrap .details {
  126. display: inline-block;
  127. color: #616161;
  128. font-size: 12px;
  129. line-height: 1.5;
  130. float: left;
  131. margin-left: 30px;
  132. }
  133.  
  134. .bbcode_mediaWrap .details a {
  135. color: #616161;
  136. text-decoration: none;
  137. }
  138.  
  139. .bbcode_mediaWrap .details h5, .bbcode_mediaWrap .details h5 a {
  140. font: 400 20px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
  141. color: #2c2c2c;
  142. word-wrap: break-word;
  143. max-width: 420px;
  144. }
  145.  
  146. .bbcode_mediaWrap img.sharedmedia_image {
  147. float: left;
  148. position: relative;
  149. top: 10px;
  150. left: 10px;
  151. }
  152.  
  153. .bbcode_mediaWrap img.sharedmedia_screenshot {
  154. float: left;
  155. position: relative;
  156. top: 10px;
  157. left: 10px;
  158. max-width: 80px;
  159. }
  160.  
  161. /* Show my media label */
  162. .cke_button_ipsmedia span.cke_label {
  163. display: inline !important;
  164. }
Add Comment
Please, Sign In to add comment