Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.50 KB | None | 0 0
  1. /*outras coisas*/
  2.  
  3. #message-box textarea {
  4. color: #616161;
  5. font-family: Arial, Montserrat, Karla, Verdana, sans-serif;
  6. width: 80%;
  7. }
  8.  
  9. #profile-tab-field-profil div.separator {
  10. border-bottom: 1px solid #dcdcdc;
  11. clear: both;
  12. font-size: 1px;
  13. line-height: 1px;
  14. padding-top: 10px;
  15. }
  16.  
  17. #profile-tab-field-profil dl dt {
  18. display: block;
  19. float: left;
  20. width: 10em;
  21. font-family: Montserrat;
  22. font-size: 11px;
  23. }
  24. #profile-tab-field-profil dl dd {
  25. margin-left: 10em;
  26. padding-left: 12px;
  27. font-family: Montserrat;
  28. font-size: 10px;
  29. }
  30.  
  31. #cp-main h1 {
  32. border-bottom: 1px solid #f2f0ed;
  33. color: #000;
  34. font-size: 11px;
  35. font-weight: 700;
  36. padding-bottom: 5px;
  37. padding-left: 20px;
  38. padding-top: 10px;
  39. text-transform: uppercase;
  40. }
  41.  
  42. #tabs a span:hover {
  43. -moz-transition: all .9s ease;
  44. -o-transition: all .9s ease;
  45. -webkit-transition: all .9s ease;
  46. background: #fff;
  47. color: #000;
  48. text-shadow: none;
  49. transition: 1s;
  50. }
  51.  
  52. #tabs a:hover span {
  53. background-position: 100% -70px;
  54. color: #000;
  55. }
  56.  
  57. #tabs a span {
  58. -moz-transition: all .9s ease;
  59. -o-transition: all .9s ease;
  60. -webkit-transition: all .9s ease;
  61. background: #fff;
  62. color: #000;
  63. display: inline-block;
  64. font-family: Montserrat;
  65. font-size: 10px;
  66. font-weight: 700;
  67. margin-left: -6px;
  68. padding-bottom: 10px;
  69. padding-top: 10px;
  70. text-align: center;
  71. text-transform: uppercase;
  72. transition: 1s;
  73. }
  74.  
  75. .inputbox {
  76. background: #fff;
  77. border-bottom: 1px solid #8a754c;
  78. color: #000;
  79. font-size: 11px;
  80. padding: 10px;
  81. width: 95px;
  82. }
  83.  
  84. #login_popup_buttons, #login_popup_buttons input, #profile-advanced-button, #submit_button, .button, .button1, .button2, .liteoption, button.bbcode, input.button, input.button1, input.button2 {
  85. background-color: #fff; border: 1px solid #8a754c; font-size: 11px; color: #191716!important; font-family: cardo, serif; font-size: 11px; margin: 3px; vertical-align: middle; text-transform: uppercase; letter-spacing: 1px;
  86. }
  87.  
  88. a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover {
  89. background: #fff!important; border: 1px solid #f2f0ed; border-bottom: 1px solid #8a754c; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
  90. }
  91.  
  92. fieldset.submit-buttons input {
  93. background-color: #fff;
  94. border: 1px solid #8a754c;
  95. color: #191716!important;
  96. font-family: cardo, serif;
  97. font-size: 11px;
  98. letter-spacing: 1px;
  99. margin: 5px;
  100. padding: 6px 7px;
  101. text-transform: uppercase;
  102. vertical-align: middle;
  103. }
  104.  
  105. #main-content ul.linklist li a {
  106. color: #656565;
  107. font-family: calibri, arial;
  108. font-size: 8px;
  109. text-transform: uppercase;
  110. }
  111.  
  112. /*SELECT*/
  113.  
  114. select {
  115. font-family: cardo, serif;
  116. font-size: 9px;
  117. font-weight: 700;
  118. padding: 3px;
  119. text-transform: uppercase;
  120. background-color: #;
  121. border: 1px solid #2e2e2e;
  122. cursor: pointer;
  123. font-weight: 400;
  124. padding: 3px;
  125. vertical-align: middle;
  126. }
  127.  
  128. fieldset dt {
  129. display: block;
  130. float: left;
  131. font-family: cardo, serif;
  132. font-size: 9px;
  133. font-weight: 700;
  134. text-align: left;
  135. text-transform: uppercase;
  136. width: 80%;
  137. }
  138.  
  139. .post {
  140. background-position: 100% 0;
  141. background-repeat: no-repeat;
  142. margin-bottom: 4px;
  143. padding: 0 10px;
  144. }
  145.  
  146. label input {
  147. vertical-align: middle;
  148. }
  149. input {
  150. cursor: pointer;
  151. font-family: Roboto Condensed;
  152. font-size: 1em;
  153. font-weight: 400;
  154. padding: 0 3px;
  155. vertical-align: middle;
  156. }
  157.  
  158. .buttons div a {
  159. background: #a9a496;
  160. padding: 10px;
  161. text-align: center;
  162. margin: 0px 5px 0px 5px;
  163. color: #f1f1f1;
  164. min-width: 75px;
  165. font-family: Montserrat;
  166. font-size: 7px;
  167. letter-spacing: 1px;
  168. text-transform: uppercase;
  169. display: inline-block;
  170. margin-top: 8px;
  171. }
  172.  
  173. /*PERFIL*/
  174. #p-corpo { margin: 1px; width: 262px; overflow: hidden; margin-left: -6px; margin-top: 56px; padding-right: 8px; z-indez: 999; }
  175. #p-avatar { border-bottom: 5px solid #f5f5f5; border-left: 5px solid #f5f5f5; border-right: 5px solid #f5f5f5; margin: 1px; width: 250px; height: 400px; overflow: hidden; margin-bottom: 5px; }
  176. #p-img img { width: 250px; height: 400px; position: relative; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out; }
  177. #p-dados { width: 249px; height: 400px; position: absolute; display: block; margin-left: 0px; margin-top: -400px; overflow: hidden; opacity: 0; -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
  178. #dados-inf { position: absolute; background: #eee; padding: 10px; width: 180px; height: 330px; margin-left: 25px; margin-top: 25px; }
  179. #i-cont, #i-cont a { width: 174px; margin: 1px; margin-bottom: 3px; padding: 2px; font-family: montserrat; font-size: 7px; text-transform: uppercase; text-align: justify; font-weight: 700; color: #111; letter-spacing: 4px; }
  180. #i-sep { height: 1px; background-color: #eee; margin-bottom: 5px; }
  181. #b-rank { width: 250px; height: 1px; background-color: #d8d8d8; margin: 10px 0px 10px 0px; }
  182. #p-r { padding-left: 5px; }
  183. #p-rank-img img { width: 250px; height: 80px; background-size: cover; }
  184. #p-rank { position: absolute; padding: 10px; margin-top: -55px; margin-bottom: -5px; font: 16px montserrat; font-weight: bold; letter-spacing: 3px; text-transform: uppercase; line-height: 100%; text-align: center; color: #fff; }
  185. #p-corpo:hover #p-img img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out; }
  186. #p-corpo:hover #dados-inf{ opacity: 1; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out; }
  187. #p-dados:hover { opacity: 1; -moz-transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; transition: all .7s ease-in-out; }
  188. #resp { display: block; font-family: Montserrat; font-size: 9px; margin: 2px 2px 2px 25px; }
  189. #resp img { background-size: cover; border: 1px solid #d8d8d8; max-height: 200px; margin-bottom: 8px; margin-top: 8px; margin-left: -18px; padding: 8px; max-width: 150px; }
  190. #resp:nth-child(2) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 3px; margin-top: 10px; width: 173px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  191. #resp:nth-child(3) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 3px; margin-top: 10px; width: 85px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  192. #resp:nth-child(4) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 93px; margin-top: -33px; width: 85px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  193. #resp:nth-child(5) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 3px; margin-top: 10px; width: 173px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  194. #resp:nth-child(6) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 3px; margin-top: 10px; width: 85px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  195. #resp:nth-child(7) { color: #111; font: 9px Lora; text-align: center; text-transform: uppercase; padding: 5px 0px 15px 0px; margin-left: 93px; margin-top: -33px; width: 85px; border-bottom: 1px solid #d8d8d8; display: inline-block!important; position: relative; }
  196. #p-nome, #p-nome a { width: 250px; text-align: center; text-transform: uppercase; font-family: montserrat; letter-spacing: 2px; font-weight: bold; font-size: 10px; margin-top: 25px; margin-bottom: 15px; margin-left: 1px; }
  197. #p-nome:after { content: ""; display: block; margin-left: 265px; margin-top: -30px; margin-bottom: 40px; width: 1px; height: 45px; position: absolute; background-color: #d8d8d8; }
  198. #p-3 { position: absolute; bottom: 5px; right: -40px; top: 443px; width: 0; height: 0; z-index: 9; overflow: hidden; border-style: solid; border-bottom: 40px solid #fff; border-left: 275px solid transparent; border-color: transparent transparent #fff transparent; }
  199.  
  200. /*PERFIL U*/
  201. .module { background-color: #; color: #121212; margin-bottom: 4px; overflow: hidden; padding: 0 10px; font: 9px Lora; text-transform: uppercase; line-height: 200%; letter-spacing: 1px; }
  202. #profile-advanced-add .mainmenu { margin-left: -50px; color: #111; border-bottom: 1px solid #d8d8d8; }
  203. .middleline { width: 533px; }
  204. #profile-tab-field-profil dl { margin: 10px 0 0; padding: 8px 10px 8px 0; font: 7px montserrat; text-transform: uppercase; font-weight: bold; letter-spacing: 3px; }
  205. #profile-tab-field-profil dl dd { padding-top: 10px; font: 7px montserrat; text-transform: uppercase; font-weight: normal; letter-spacing: 0px; text-align: right; padding-right: 20px; }
  206. #profile-tab-field-profil dl dt { width: 513px; padding-bottom: 10px; margin-bottom: 10px; padding-left: 20px; }
  207. .ajax-profil_edit img { margin-left: 300px; margin-top: 40px; }
  208. #profile-tab-field-profil div.separator { border-bottom: 1px solid #d8d8d8; clear: both; font-size: 1px; line-height: 1px; padding-top: 0px; }
  209. #profile-advanced-right .module { margin-left: -20px; }
  210. #tabs a span { background: none no-repeat 100% -35px; color: #121212; display: block; font: 9px Lora; float: left; padding: 6px 10px 6px 5px; white-space: nowrap; letter-spacing: 1px; text-transform: uppercase; line-height: 200%; }
  211. #cp-main .panel { background-color: #eee; }
  212. #cp-main h1 { border-bottom: none; color: #121212; margin-left: 10px; padding: 0; font: 14px Montserrat; text-transform: uppercase; letter-spacing: 2px; }
  213. #left { float: none !important; width: 98% !important; background:none; padding:10px; height:240px; position:relative; }
  214. #main { width: 100%; }
  215. #left .module { width: 200px; height:243px; border-bottom:10px solid #000; float: left; background:#FFFF; margin-left:205px; margin-top:-257px; }
  216.  
  217.  
  218. /*ficha de personagem*/
  219.  
  220. .f-box-text {
  221. -moz-background-size: cover;
  222. -o-background-size: cover;
  223. -webkit-background-size: cover;
  224. background: url(https://i.imgur.com/MDGRMAP.jpg);
  225. background-attachment: fixed;
  226. background-position: center top;
  227. background-repeat: no-repeat;
  228. background-size: cover;
  229. color: #fff;
  230. font-family: Roboto Condensed;
  231. font-size: 10px;
  232. font-weight: 400;
  233. height: 130px;
  234. line-height: 115%;
  235. overflow: auto;
  236. padding: 8px;
  237. text-align: justify;
  238. text-transform: lowercase;
  239. width: 182px; }
  240.  
  241. #f-box:hover #f-img {
  242. opacity: 1; }
  243.  
  244. .f-pb { background: #fff;
  245. color: #0F0F0F;
  246. font-family: Roboto Condensed;
  247. font-size: 10px;
  248. font-style: italic;
  249. font-weight: 400;
  250. letter-spacing: 0;
  251. line-height: 100%;
  252. margin-top: 6px;
  253. padding: 4px 5px 3px;
  254. text-align: center;
  255. text-transform: lowercase;
  256. width: 100px; }
  257.  
  258. #f-box { height: 250px;
  259. overflow-y: hidden;
  260. width: 450px; }
  261.  
  262. #f-box #f-img {
  263. -ms-transition: all 1s ease;
  264. -webkit-transition: all 1s ease;
  265. background: #0F0F0F;
  266. height: 250px;
  267. opacity: 0;
  268. overflow-y: hidden;
  269. transition: all 1s ease;
  270. width: 450px;
  271. -moz-transition: all 1s ease;
  272. -o-transition: all 1s ease; }
  273.  
  274. #f-back { background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundBrown.png);
  275. padding: 60px 25px 50px;
  276. width: 400px; }
  277.  
  278. .f-name { color: #000;
  279. font-family: montserrat;
  280. font-size: 30px;
  281. font-weight: 700;
  282. letter-spacing: -1px;
  283. text-transform: lowercase; }
  284.  
  285. .a-line { background: #f2f0ed;
  286. height: 2px;
  287. margin: 5px;
  288. width: 140px; }
  289.  
  290. #f-box { height: 250px;
  291. overflow-y: hidden;
  292. width: 450px; }
  293.  
  294. #f-box #f-img {
  295. -ms-transition: all 1s ease;
  296. -webkit-transition: all 1s ease;
  297. background: rgba(0,0,0,0.6);
  298. height: 250px; opacity: 0;
  299. overflow-y: hidden;
  300. transition: all 1s ease;
  301. width: 450px;
  302. -moz-transition: all 1s ease;
  303. -o-transition: all 1s ease; }
  304.  
  305. .f-in { background: #D0C7B8;
  306. color: #000;
  307. font-family: montserrat;
  308. font-size: 10px;
  309. font-weight: 600;
  310. letter-spacing: 1px;
  311. margin: 1px;
  312. padding: 3px 7px;
  313. position: relative;
  314. text-align: center;
  315. width: 130px auto; }
  316.  
  317. .f-sep { background: #D0C7B8;
  318. height: 100px;
  319. margin: 5px;
  320. position: relative;
  321. top: 70px; width: 2px; }
  322.  
  323. .f-box2 { background: #fff;
  324. border-top: 20px solid #f2f0ed;
  325. border-image: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png) 10 round;
  326. padding: 25px;
  327. width: 400px; }
  328.  
  329. .f-box3 { padding: 25px;
  330. width: 400px; -moz-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png); background-attachment: fixed; background-position: center top; background-repeat: no-repeat; background-size: cover; }
  331.  
  332. .f-name2 { color: #000;
  333. font-family: montserrat;
  334. font-size: 20px;
  335. font-weight: 700;
  336. letter-spacing: -1px;
  337. text-transform: lowercase; }
  338.  
  339. .a-line { background: #f2f0ed;
  340. height: 2px;
  341. margin: 5px;
  342. width: 140px; }
  343.  
  344. .posttext { font-size: 11px;
  345. margin: auto;
  346. padding-top: 10px;
  347. text-align: justify;
  348. width: 350px; }
  349.  
  350. .f-last { background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png);
  351. height: 20px;
  352. width: 450px; }
  353.  
  354. /*quadro de anuncios*/
  355.  
  356. #welcome {
  357. width: 990px;
  358. margin-top: 5px;
  359. margin-left: 58px;
  360. margin-bottom: 30px;
  361. padding: 20px;
  362. background: #f9f9f9;
  363. border-left: 1px solid #f2f0ed;
  364. border-right: 1px solid #f2f0ed;
  365. font-family: 'Open Sans', sans-serif; }
  366.  
  367. .welcomel, .welcomem, .welcomem2, .welcomer { height: 154px; }
  368. .welcomel { margin-right: 20px; }
  369. .welcome2 { margin-left: 20px; }
  370. .welcomer { margin-left: 20px; }
  371. .welmid, .welbot { width: 400px; }
  372.  
  373. .welmid {
  374. font-family: 'Open Sans', sans-serif!important;
  375. height: 77px;
  376. border: 1px solid #e5e1d9;
  377. margin-bottom: 10px;
  378. padding: 13px 20px;
  379. text-align: justify;
  380. font: 11px lato;
  381. line-height: 140%;
  382. overflow: auto;
  383. background: #f8f7f6; }
  384.  
  385. .firstcharacter {
  386. float: left;
  387. color: #9d805a;
  388. font: 50px Allura;
  389. line-height: 30px;
  390. padding-top: 8px;
  391. padding-right: 8px; }
  392.  
  393. .ditem .firstcharacter {
  394. float: left;
  395. color: #B7A387;
  396. font: 45px Allura;
  397. line-height: 25px;
  398. padding-top: 0;
  399. padding-right: 8px; }
  400.  
  401. .ditem .firstcharacter2 {
  402. float: left;
  403. color: #9d805a;
  404. font: 50px playfair display;
  405. line-height: 30px;
  406. padding-top: 8px;
  407. padding-right: 8px; }
  408.  
  409. .welbot {
  410. border: 1px solid #e5e1d9;
  411. padding: 10px 20px;
  412. font: 12px cardo;
  413. font-style: italic;
  414. overflow: hidden;
  415. background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png) 50px; }
  416.  
  417. #news_ticker {
  418. width: 400px;
  419. height: 14px;
  420. margin: 0;
  421. color: #000;
  422. overflow: hidden !important;
  423. padding: 3px;
  424. padding-top: 0;
  425. position: relative;
  426. font: 12px cardo;
  427. font-style: italic; }
  428.  
  429. #news_ticker ul {
  430. float: left;
  431. padding-left: 0;
  432. list-style-type: none;
  433. -webkit-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  434. -moz-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  435. -ms-animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite;
  436. animation: ticker 10s cubic-bezier(1, 0, .5, 0) infinite; }
  437.  
  438. #news_ticker ul:hover {
  439. -webkit-animation-play-state: paused;
  440. -moz-animation-play-state: paused;
  441. -ms-animation-play-state: paused;
  442. animation-play-state: paused; }
  443.  
  444. #news_ticker li { line-height: 16px; }
  445.  
  446. #news_ticker a {}
  447.  
  448. @-webkit-keyframes ticker {
  449. 0% {margin-top: 0;}
  450. 25% {margin-top: -16px;}
  451. 50% {margin-top: -32px;}
  452. 75% {margin-top: -48px;}
  453. 100% {margin-top: 0;} }
  454.  
  455. @-moz-keyframes ticker {
  456. 0% {margin-top: 0;}
  457. 25% {margin-top: -16px;}
  458. 50% {margin-top: -32px;}
  459. 75% {margin-top: -48px;}
  460. 100% {margin-top: 0;} }
  461.  
  462. @-ms-keyframes ticker {
  463. 0% {margin-top: 0;}
  464. 25% {margin-top: -16px;}
  465. 50% {margin-top: -32px;}
  466. 75% {margin-top: -48px;}
  467. 100% {margin-top: 0;} }
  468.  
  469. @keyframes ticker {
  470. 0% {margin-top: 0;}
  471. 25% {margin-top: -16px;}
  472. 50% {margin-top: -32px;}
  473. 75% {margin-top: -48px;}
  474. 100% {margin-top: 0;} }
  475.  
  476. .banmid {
  477. width: 100px;
  478. padding: 10px;
  479. height: 134px;
  480. background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png) -100px;
  481. outline: 1px solid rgba(255, 255, 255, 0.35);
  482. outline-offset: -4px; }
  483.  
  484. .banmid2 {
  485. width: 100px;
  486. padding: 10px;
  487. height: 134px;
  488. background: url(http://ekkoish.b1.jcink.com/uploads/ekkoish/Eastern_Lands/BackgroundSoft.png) -100px;
  489. outline: 1px solid rgba(255, 255, 255, 0.35);
  490. outline-offset: -4px; }
  491.  
  492. .avaimg {
  493. border: 1px solid rgba(0,0,0,0.4);
  494. border-radius: 100%;
  495. width: 80px;
  496. height: 80px;
  497. margin-left: 8px;
  498. margin-top: -5px;
  499. overflow: hidden;
  500. }
  501.  
  502. .g-2 {
  503. display: block !important;
  504. }
  505.  
  506. .avaimg img {
  507. width: 80px;
  508. height: 80px;
  509. }
  510.  
  511. img {
  512. vertical-align: middle;
  513. border: 0px;
  514. }
  515.  
  516. .playername {
  517. width: 110px;
  518. margin-top: 10px;
  519. text-align: center;
  520. font: 11px cardo;
  521. color: #000;
  522. text-transform: lowercase;
  523. font-style: italic;
  524. }
  525.  
  526. .playername span {
  527. display: block;
  528. margin-top: 5px;
  529. font: 10px playfair display;
  530. font-style: normal;
  531. letter-spacing: 0px;
  532. text-transform: uppercase;
  533. }
  534.  
  535. .flstaffbox{
  536. height: 135px;
  537. width: 100px;
  538. display: inline-block;
  539. margin:0px!important;
  540. overflow:hidden;}
  541.  
  542. .flstaffhover {
  543. padding: 8px;
  544. font-family: 'Open Sans', sans-serif;
  545. font-size: 10px;
  546. background-color: rgba(25,25,25,0.9);
  547. color: #efefef;
  548. text-align: justify;
  549. height: 125px;
  550. overflow: hidden;
  551. width: 85px;
  552. opacity:0;
  553. -webkit-transition: all .5s ease;
  554. -moz-transition: all .5s ease;
  555. -ms-transition: all .5s ease;
  556. -o-transition: all .5s ease;
  557. transition: all .5s ease;}
  558.  
  559. .flstaffbox:hover .flstaffhover{opacity:1;}
  560.  
  561. .flstaffhover a {
  562. font-size: 9px;
  563. font-weight: 700;
  564. color: #B7A387;
  565. -webkit-transition: all .5s ease;
  566. -moz-transition: all .5s ease;
  567. -ms-transition: all .5s ease;
  568. -o-transition: all .5s ease;
  569. transition: all .5s ease;}
  570.  
  571. .flstaffhover a:hover {
  572. color: #efefef;
  573. -webkit-transition: all .5s ease;
  574. -moz-transition: all .5s ease;
  575. -ms-transition: all .5s ease;
  576. -o-transition: all .5s ease;
  577. transition: all .5s ease;}
  578.  
  579. .fladmintitle{
  580. padding-top: 10px;
  581. padding-bottom: 5px;
  582. text-align: center;
  583. font-family: 'Playfair Display', serif;
  584. font-size: 12px;
  585. text-transform: uppercase;
  586. color: #ebebeb;
  587. font-weight: 300;
  588. line-height: 100%;
  589. border-bottom: 1px dotted #444; }
  590.  
  591. .fladmintitle:first-letter {
  592. font-weight: 300!important;
  593. margin-right: 3px;
  594. text-transform: uppercase;
  595. font-family: 'Allura', cursive;
  596. font-size: 20px; }
  597.  
  598. .plottop, .plotbot { width: 310px; }
  599.  
  600. .plottop {
  601. color: #68553b;
  602. text-align: right;
  603. font: 12px cardo;
  604. font-style: italic;
  605. padding: 0px 20px 10px 20px;
  606. border-bottom: 1px solid #dbd5ca; }
  607.  
  608. .plottop b { color: #7d5368; }
  609.  
  610. .plotbot {
  611. height: 75px;
  612. border: 1px solid #e5e1d9;
  613. margin-top: 10px;
  614. padding: 20px;
  615. text-align: justify;
  616. font-family: 'Open Sans', sans-serif!important;
  617. font-size: 11px;
  618. line-height: 140%;
  619. overflow: auto;
  620. background: #f8f7f6; }
  621.  
  622. #alltop {
  623. width: 980px;
  624. margin: 0 auto;
  625. }
  626.  
  627. #topbanner2017 {
  628. background: url(https://i.imgur.com/pdE9vB6.png);
  629. opacity: 0.7;
  630. width: 980px;
  631. height: 500px;
  632. }
  633. #topblurb {
  634. color: #f8f7f6;
  635. font: 12px cardo;
  636. letter-spacing: 2px;
  637. height: 200px;
  638. padding: 0 100px;
  639. line-height: 200%;
  640. margin-top: -150px;
  641. text-align: left;
  642. opacity: .5;
  643. }
  644.  
  645. important {
  646. font: 14px cardo;
  647. font-weight: 700;
  648. font-style: italic;
  649. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement