Advertisement
NilsRapilly

DAjournalcss

Feb 28th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.52 KB | None | 0 0
  1. * {background: transparent; border: none; margin: 0; padding: 0;}
  2.  
  3. .gr-top img{display:none;}
  4. .gr {padding: 0 !important;}
  5. li.a.f{background:transparent;}
  6.  
  7. .gr-top{
  8. background-color: #444446;
  9. text-align:center;
  10. padding:5em;
  11. display:none;
  12. }
  13.  
  14. .gr-body{
  15. background: transparent;
  16.  
  17. }
  18.  
  19. .text{
  20. color:whitesmoke;
  21. font-size:13px;
  22. }
  23.  
  24. .gr-top h2 a{
  25. font-size: 2.1em;
  26. color:white;
  27. text-transform: uppercase;
  28. font-family: 'Arial Black'
  29. font-size: 3em;}
  30.  
  31. .gr-top .timestamp{
  32. color: #fff;
  33. text-transform: uppercase;
  34. display:none;
  35. }
  36.  
  37. h1{
  38. font-size: 2.3em;
  39. color: #2F343A;
  40. font-family: 'Arial Black';
  41. text-transform: uppercase;}
  42.  
  43. h2{
  44. font-size: 1.8em;
  45. color: #2F343A;
  46. font-family: 'Arial Black';
  47. text-transform: uppercase;}
  48.  
  49. .commentslink{
  50. color: white;
  51. font-family: 'Arial Black';
  52. text-transform: uppercase;
  53. display:none;
  54. }
  55.  
  56.  
  57. .list{
  58. text-align: center;
  59. margin-top: 2.5em;}
  60.  
  61. .c.ppb.alink.bottom
  62. {
  63. line-height: 3em;
  64. margin: 0 auto;
  65. width: 13em;
  66. transition: all 0.2s;
  67. color: white;
  68. font-family: 'Arial Black';
  69. text-transform: uppercase;
  70. -webkit-transition: all 0.3s;
  71. background: #2F343A;
  72. display:none;
  73. }
  74.  
  75. .c.ppb.alink.bottom:hover {
  76. background: #FE7776;
  77. }
  78.  
  79. hr
  80. {
  81. height: 2px;
  82. border: none;
  83. background: #2F343A;
  84. }
  85.  
  86. .shadow-holder {
  87. margin:3px;}
  88.  
  89. .shadow-holder img {
  90. -webkit-transition: all 0.3s;
  91. border: 2px solid #FE7776;}
  92.  
  93. .shadow-holder img:hover {
  94. border: 2px solid #2F343A;
  95. display:none;
  96. }
  97.  
  98. img.lit.journal {
  99. border: none !important;
  100. background: transparent;
  101.  
  102. display:none;
  103. }
  104.  
  105. .lit.journal {
  106. padding: 3px;
  107. background: #2F343A;
  108. color: white;
  109.  
  110. display:none;
  111. }
  112.  
  113. a.thumb.lit {
  114. transition: all 0.2s;
  115. background: #FE7776;
  116. color: white !important;
  117.  
  118. display:none;
  119. }
  120.  
  121.  
  122. .button {
  123. display: inline-block;
  124. padding-left: 1em;
  125. padding-right: 1em;
  126. line-height: 3em;
  127. margin: 3px;
  128. -webkit-transition: all 0.3s;
  129. background: #2F343A;
  130. }
  131.  
  132. .button:hover {
  133. background: #FE7776;
  134. }
  135.  
  136. blockquote {
  137. background: #2F343A;
  138. border: none;
  139. color: white;
  140. padding: 1em 8em 1em 8em;
  141. margin: 0.3em -8em 0.3em -8em;}
  142.  
  143. blockquote h2{
  144. color: white;
  145. }
  146.  
  147. blockquote h1{
  148. color: white;
  149. }
  150.  
  151. /*___________________________________________*/
  152. body{
  153. margin:0;
  154. }
  155. div{
  156. font-family: Arial, Helvetica, sans-serif;
  157. }
  158.  
  159. .container{
  160. width: 100%;
  161. height: 300px;
  162. background: #3b3f42;
  163. color:#bec8ce;
  164. font-family: Arial, Helvetica, sans-serif;
  165. z-index: 1000;
  166. }
  167. /*____________ list ____________________________*/
  168. ul{
  169. list-style-type: none;
  170. padding: 5px;
  171. margin-left: 10px;
  172. }
  173. li{
  174. margin: 5px;
  175. padding: 5px;
  176. transition: all 0.4s ease;
  177. }
  178. /*___________ images ___________________________*/
  179. .movim{
  180. height: 60px;
  181. margin: 2px;
  182. margin-right: 15px;
  183. transition: all 0.3s ease;
  184. }
  185. /*__________ span _______________________*/
  186. .hiddn{
  187. color: #3b3f42;
  188. }
  189.  
  190. .footer{
  191. padding: 5px;
  192. }
  193. a{
  194. color: inherit;
  195. text-decoration: inherit;
  196. }
  197. .blue{
  198. color: deepskyblue;
  199. }
  200. .center{
  201. text-align:center;
  202. }
  203. .white{
  204. color:white;
  205. }
  206. /*____________ links ___________________________*/
  207.  
  208. .icons a{
  209. display:inline-block;
  210. }
  211. a .beauticon{
  212. width:70px;
  213. height:70px;
  214. }
  215. /*____________ poster __________________________*/
  216. .poster{
  217. width:100%;
  218. height:auto;
  219.  
  220. }
  221. .headtitle{
  222. text-align:center;
  223. color:whitesmoke;
  224. }
  225. .focus{
  226. transition: all 0.3s ease;
  227. margin:5px;
  228. }
  229.  
  230. /*hidden dial box system*/
  231.  
  232. .slideable{
  233. transition: all 0.4s ease;
  234. height:0px;
  235. border-radius:5px;
  236. }
  237.  
  238. .trigger_one:hover ~ .one{
  239. height:50px;
  240. background:white;
  241. padding:30px;
  242. }
  243. .one:hover{
  244. height:50px;
  245. background:white;
  246. padding:30px;
  247. }
  248.  
  249. .trigger_two:hover ~ .two{
  250. height:50px;
  251. background:white;
  252. padding:30px;
  253. }
  254. .two:hover{
  255. height:50px;
  256. background:white;
  257. padding:30px;
  258. }
  259. .trigger_three:hover ~ .three{
  260. height:50px;
  261. background:white;
  262. padding:30px;
  263. }
  264. .three:hover{
  265. height:50px;
  266. background:white;
  267. padding:30px;
  268. }
  269.  
  270. .trigger_four:hover ~ .four{
  271. height:50px;
  272. background:white;
  273. padding:30px;
  274. }
  275. .four:hover{
  276. height:50px;
  277. background:white;
  278. padding:30px;
  279. }
  280. /*text issues*/
  281.  
  282. .slideable .special{
  283. transition: all 0.8s ease;
  284. display:none;
  285. }
  286. .trigger_one:hover ~ .one p{
  287. display:inherit;
  288. color:#444446;
  289. }
  290. .one:hover p {
  291. display:inherit;
  292. color:#444446;
  293. }
  294.  
  295. .trigger_two:hover ~ .two p{
  296. display:inherit;
  297. color:#444446;
  298. }
  299. .two:hover p {
  300. display:inherit;
  301. color:#444446;
  302. }
  303.  
  304. .trigger_three:hover ~ .three p{
  305. display:inherit;
  306. color:#444446;
  307. }
  308. .three:hover p{
  309. display:inherit;
  310. color:#444446;
  311. }
  312.  
  313. .trigger_four:hover ~ .four p{
  314. display:inherit;
  315. color:#444446;
  316. }
  317. .four:hover p {
  318. display:inherit;
  319. color:#444446;
  320. }
  321. .container .centered{
  322. margin-left:45%;
  323. }
  324.  
  325.  
  326. /* #################conditional#################*/
  327. /*list*/
  328. li:hover{
  329. padding: 10px;
  330. margin-left: 15px;
  331. border-radius: 5px;
  332. box-shadow: inset 0 0 0 25px white;
  333. color: white ;
  334. }
  335.  
  336. li:hover .hiddn{
  337. color: salmon;
  338. }
  339. .movim:hover{
  340. height: 70px;
  341. }
  342. li:hover span{
  343. color: #3b3f42 ;
  344. }
  345.  
  346. .focus:hover{
  347. color:salmon;
  348. border-radius: 4px;
  349. background:whitesmoke;
  350. margin-right:10px;
  351. }
  352. .focus:hover .insider{
  353. height:300px;
  354. }
  355.  
  356. /*___________DEVPART_________________________________*/
  357.  
  358. .loader{
  359. width:40px;
  360. height:40px;
  361. }
  362. .ava_box{
  363. transition:all 0.2s ease;
  364. content:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/93d50904-f397-4c01-85fc-610947a46092/dd0xdj6-cfbcc4f8-53ba-4d9a-8fc7-176b40fcd4a7.png/v1/fill/w_908,h_880,strp/serious_ava_by_eoxxy_dd0xdj6-pre.png");
  365.  
  366. width:150px;
  367. height:150px;
  368. border-radius: 75px;
  369. margin:20px;
  370. float: left;
  371. }
  372. .ava_box:hover{
  373. content:url("https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/intermediary/f/93d50904-f397-4c01-85fc-610947a46092/dd0xdji-52c69c84-1a08-418f-8c1f-46bf69bbd445.png/v1/fill/w_908,h_880,strp/aroused_ava_by_eoxxy_dd0xdji-pre.png");
  374.  
  375.  
  376. }
  377.  
  378. .pres_text{
  379. display:inline-block;
  380. float: left;
  381. color:white;
  382. }
  383. .pres_text h1{
  384. color:white;
  385. }
  386. .selecta{
  387. transition: all 0.3s ease;
  388. }
  389. .selecta:hover{
  390. margin-left:15px;
  391. }
  392.  
  393. .green{
  394. color:lightgreen;
  395. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement