Advertisement
Martith

6 tiles skin CSS

Nov 3rd, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. .journaltop {display: none;}
  2. .journaltop span{display: none;}
  3. .journaltop img{display: none; }
  4. .journaltop a{display: none;}
  5. .journaltop h2{display: none;}
  6. .list{display: none;}
  7. .commentslink{display: none;}
  8.  
  9. .journalbox{
  10. border:none;
  11. background-color: transparent;
  12. background-position: center;
  13. position:relative;
  14. z-index: 1;
  15. width: 700px;
  16. height: 350px;
  17. width: auto;
  18. margin: auto;
  19. margin-top: 0;
  20. text-align:center!important;
  21. }
  22.  
  23. .journaltext{
  24. font-family: "Raleway";
  25. color: #000;
  26. font-size: 14px;
  27. text-align:center!important;
  28. padding:0px;
  29. margin:0px;
  30. }
  31. b{color:#bff1ff;}
  32.  
  33. .journaltext h1{
  34. font-family: "Quicksand";
  35. color: #fff;
  36. font-size: 15px;
  37. margin: 0 0px 3px 0px;
  38. text-align:center;
  39. font-weight: normal!important;
  40. }
  41.  
  42. .journaltext h2{
  43. font-family: "Quicksand";
  44. color: #fff;
  45. font-size: 15px;
  46. margin: 0 0px 3px 0px;
  47. text-align: center;
  48. font-weight: normal!important;
  49. }
  50. .journaltext h3{
  51. font-family: "Quicksand";
  52. color: #fff;
  53. font-size: 14px;
  54. margin: 0 0px 3px 0px;
  55. font-weight: normal!important;
  56. }
  57.  
  58. .journaltext h4{
  59. font-family: "Quicksand";
  60. color: #24a0e2;
  61. font-size: 14px;
  62. margin: 0 0px 3px 0px;
  63. font-weight: normal!important;
  64. }
  65. .journaltext h5{
  66. font-family: "Quicksand";
  67. color: #8ef0ff;
  68. font-size: 11px;
  69. margin: 0 0px 3px 0px;
  70. font-weight: normal!important;
  71. }
  72.  
  73. a {
  74. color: #8ef0ff;
  75. text-decoration: none;
  76. transition: all 0.3s;
  77. font-weight:normal;
  78. }
  79.  
  80. a:hover {
  81. text-decoration: none;
  82. font-weight:normal;
  83. color: #24a0e2;
  84. }
  85.  
  86. a.external{color: a1b1f4; font-weight:normal; text-decoration: none;}
  87. a.external:hover{color: #24a0e2;}
  88. a.external:after{display:none;}
  89.  
  90. .shadow-holder{
  91. margin: 0px;
  92. padding: 0px;
  93. }
  94. .shadow{padding: 0px;}
  95. .shadow:hover{padding: 0px;}
  96. .embedded-image-deviation {vertical-align: middle;margin: 0px;padding: 0px;}
  97. .embedded-image-deviation img {vertical-align: middle;}
  98. .embedded-image-deviation img:hover {
  99. vertical-align: middle;}
  100. .embedded-image-deviation:hover {
  101. vertical-align: middle;}
  102. a img{vertical-align: middle;}
  103. a img:hover{vertical-align: middle;}
  104.  
  105. .lit{
  106. padding: 0px;
  107. width: 100px;
  108. height: 100px;
  109. background: #000;
  110. border: none;
  111. vertical-align: middle;
  112. }
  113.  
  114. .lit q strong{
  115. margin: 5px;
  116. padding: 2px;
  117. padding-top: 5px;
  118. font-family: "Quicksand";
  119. font-weight: normal;
  120. color: #fff;
  121. font-size: 13px;}
  122.  
  123. .lit q{
  124. margin-left: -20px;
  125. margin-bottom:5px;
  126. margin-right:5px;
  127. padding: 0px;
  128. font-family: "Quicksand";
  129. color: #24a0e2;
  130. font-size: 10px;
  131. text-shadow: none;
  132. }
  133.  
  134. .lit strong:not(:first-child){border: none;}
  135. a.lit q{text-shadow: none;}
  136. .lit img {display: none;}
  137.  
  138. .text blockquote{
  139. font-family: "Quicksand";
  140. font-size: 11px;
  141. border: 1px solid #24a0e2;
  142. color: #24a0e2;
  143. margin: 2px;
  144. padding: 5px;
  145. float: center;
  146. }
  147. .text blockquote a, .text blockquote a.external{font-size: 11px; color: #fff;}
  148. .text blockquote a:hover, .text blockquote a.external:hover{color: #24a0e2}
  149.  
  150. ul { color: #24a0e2;
  151. list-style-type: circle;
  152. list-style-position: inside;
  153. margin: 0;
  154. padding: 0;
  155. }
  156. ol { color: #1264e8;
  157. list-style-position: inside;
  158. margin: 0;
  159. padding: 0;
  160. }
  161.  
  162. .user-symbol::before { background-color: transparent; color: #1264e8;}
  163.  
  164. .wrap {
  165. width:auto!important;
  166. float: center;
  167. text-align: center;
  168. margin:0 0 0 0px;
  169. padding: 0 0px 0 0px;
  170. height: 350px;}
  171.  
  172. /****************************************************************/
  173. /****************************************************************/
  174.  
  175. .flexbox {
  176. display: -webkit-flex;
  177. display: -ms-flexbox;
  178. display: flex;
  179. overflow: hidden;
  180. width: 100%;
  181. max-width: 522px;
  182. margin: auto;
  183. margin-bottom:1px;
  184. }
  185.  
  186. .flexbox .cover:nth-child(2), .flexbox .cover:nth-child(3){
  187. margin: 0 0 0 1px;
  188. }
  189.  
  190. .cover2{
  191. width: 100%;
  192. max-width: 100%;
  193. display: inline-block;
  194. margin: 0px 0px 0px 0px;
  195. padding: 0px;
  196. height: 172px;
  197. background: transparent;
  198. border: 1px solid transparent;
  199. }
  200.  
  201. .title2{
  202. font-family: "Quicksand";
  203. font-size: 10px;
  204. text-align:center!important;
  205. color: #fff;
  206. transition: all 0.5s;
  207. opacity: 1;
  208. position: relative;
  209. left: 0px;
  210. top: 0px;
  211. margin: 0px 0 0 0;
  212. width: 172px;
  213. float: center;}
  214.  
  215. .cover{
  216. width: 100%;
  217. max-width: 100%;
  218. display: inline-block;
  219. margin: 0px 0px 0px 0px;
  220. padding: 0px;
  221. height: 172px;
  222. background: transparent;
  223. border: 1px solid #636684;
  224. }
  225.  
  226. .text .cover:hover .cont{
  227. z-index: 2;
  228. opacity: 1;
  229. transition: opacity 0.5s;}
  230.  
  231. .title{
  232. font-family: "Quicksand";
  233. font-size: 10px;
  234. text-align:center!important;
  235. color: #fff;
  236. transition: opacity 0.5s;
  237. opacity: 1;
  238. position: absolute;
  239. top: 1;
  240. margin: 86px 0 0 0;
  241. width: 172px;
  242. float: center;}
  243.  
  244. .text .cover:hover .title{
  245. z-index: 2;
  246. opacity: 0;
  247. transition: opacity 0.5s;}
  248.  
  249. .cover .cont{
  250. font-family: "Quicksand";
  251. font-size: 11px;
  252. text-align:center!important;
  253. margin: 0px 0px 0px 0px;
  254. padding: 10px;
  255. height: 150px;
  256. border: 1px solid #000;
  257. background: rgba(0,0,0,0.8);
  258. color: #fff;
  259. opacity: 0;
  260. transition: opacity 0.5s;
  261. overflow: auto;
  262. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement