Guest User

Untitled

a guest
Sep 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. @font-face {
  2. font-family: "Aniron";
  3. src : url("anicb___.ttf");
  4. }
  5.  
  6. @font-face {
  7. font-family: "tngan";
  8. src: url("tngan.ttf"),
  9. url("font/tngan/tnganb.ttf"),
  10. url("font/tngan/tnganbi.ttf"),
  11. url("font/tngan/tngandoc.ttf"),
  12. url("font/tngan/tngani.ttf");
  13. }
  14. @font-face {
  15. font-family: "party";
  16. src: url("partybusiness.ttf");
  17. }
  18. body{
  19. background: url(bg_light.png);
  20. }
  21.  
  22. nav a {
  23. font-family: "Aniron";
  24. }
  25. .ij{
  26. font-family: "tngan";
  27. color: #FC8700;
  28. }
  29. .textDuBoutton{
  30. color: #FC8700;
  31. font-size: 20px;
  32. font-family: "Aniron";
  33. }
  34. .bgOrange{
  35. background-color: #FC8700;
  36. }
  37. .text-orange{
  38. color: orange;
  39. }
  40. .goldenCoins{
  41. font-size: 30px;
  42. }
  43. .capture{
  44. color: white;
  45. font-family: "party";
  46. }
  47. .card-header{
  48. border-bottom: 1px solid black;
  49. }
  50. .card-text{
  51. font-family: "party";
  52. }
  53.  
  54. .bg-img-dark {
  55. background: url(bg_dark.png);
  56. border: solid black 4px;
  57. }
  58. tbody{
  59. color: grey;
  60.  
  61. }
  62. .myPrecious{
  63. font-family: "party";
  64. }
  65. .wantedFellows{
  66.  
  67. font-family: "Aniron";
  68. }
  69. .nav-link{
  70. font-family: "Aniron";
  71. }
  72. td{
  73. font-family: "Aniron";
  74. color: grey;
  75. }
  76. .card-body{
  77. font-family: "Aniron";
  78. background-color: #e0e0e0;
  79. }
  80. .MasterSauron{
  81. font-family: "party";
  82. font-size: 30px;
  83. }
  84.  
  85. .containerslide .carousel-inner .carousel-item {
  86. max-height: 700px;
  87. }
  88.  
  89. .containerslide .carousel-inner .carousel-item .carousel-item-content {
  90. position: relative;
  91. }
  92.  
  93. .containerslide .carousel-inner .carousel-item .carousel-item-content .overlay {
  94. position: absolute;
  95. height: 100%;
  96. width: 100%;
  97. top: 0;
  98. left: 0;
  99. background: rgba(0, 0, 0, 0.3);
  100. }
  101.  
  102. .containerslide .carousel-inner .carousel-item .carousel-item-content img {
  103. -o-object-fit: cover;
  104. object-fit: cover;
  105. -o-object-position: bottom;
  106. object-position: bottom;
  107. max-height: 700px;
  108. }
  109. .containerslide .carousel-inner .carousel-item .carousel-item-content .carousel-caption {
  110. bottom: 0;
  111. top: 0;
  112. text-align: left;
  113. height: 100%;
  114. width: -webkit-max-content;
  115. width: -moz-max-content;
  116. width: max-content;
  117. display: -webkit-box;
  118. display: -ms-flexbox;
  119. display: flex;
  120. -webkit-box-orient: vertical;
  121. -webkit-box-direction: normal;
  122. -ms-flex-direction: column;
  123. flex-direction: column;
  124. -webkit-box-pack: center;
  125. -ms-flex-pack: center;
  126. justify-content: center;
  127. }
  128.  
  129. .containerslide .carousel-inner .carousel-item .carousel-item-content .carousel-caption h5 {
  130. font-size: 3rem;
  131. margin-bottom: .75em;
  132. font-family: "Aniron";
  133. }
  134.  
  135. .containerslide .carousel-inner .carousel-item .carousel-item-content .carousel-caption p {
  136. font-size: 2.5rem;
  137. display: -webkit-inline-box;
  138. display: -ms-inline-flexbox;
  139. display: inline-flex;
  140. -webkit-box-pack: justify;
  141. -ms-flex-pack: justify;
  142. justify-content: space-between;
  143. font-family: "party";
  144. }
  145. .gollum{
  146. width: 120px;
  147. height: 120px;
  148. border-radius: 50px;
  149. }
  150. #white{
  151. color: white;
  152. }
  153. .imageGollum{
  154. width: 120px;
  155. height: 120px;
  156. }
  157. #the-ring .card {
  158. border-bottom-left-radius: 0;
  159. border-bottom-right-radius: 0;
  160. border: 0;
  161. border-bottom: 4px solid #FE661D
  162. }
  163.  
  164. #the-ring .card .card-body {
  165. background: #ddd;
  166. color: #151513
  167. }
  168.  
  169. #the-ring .card .card-body .table {
  170. font-family: "Aniron";
  171. border: none
  172. }
  173.  
  174. #the-ring .card .card-body .table thead tr th {
  175. border: none;
  176. border-bottom: 2px solid #151513
  177. }
  178.  
  179. #the-ring .card .card-body .table tbody {
  180. color: #898989
  181. }
  182.  
  183. #the-ring .card .card-body .table tbody tr:nth-child(odd) {
  184. background: #E2DEDB
  185. }
  186.  
  187. #the-ring .card .card-body .table tbody tr:nth-child(even) {
  188. border: none;
  189. border-top: 2px solid #BDBDBD;
  190. border-bottom: 2px solid #BDBDBD
  191. }
  192.  
  193. #the-ring .card .card-body .table td {
  194. padding-left: 1.5em
  195. }
  196. .myPrecious{
  197. margin-top: 20px;
  198. }
  199. .d-block{
  200. font-size: 40px;
  201. }
  202. footer{
  203. background-color: #c1c5cc;
  204. }
  205. hr{
  206. border-top: 2px solid black;
  207. }
  208. .overlay h2{
  209. font-size: 50px;
  210. }
  211. .gimliDead{
  212. color: #FC8700;
  213. font-size: 50px;
  214. }
  215.  
  216. .gimlili{
  217. text-decoration: line-through #FC8700;
  218. }
  219. .navbar{
  220. background-color: #FC8700;
  221. }
  222. .nav-link{
  223. color: grey;
  224. }
  225. .nav-item{
  226. border-right: 1px solid white;
  227. }
  228. .ringTittle{
  229. color: white;
  230. font-family: "Aniron";
  231. }
  232. .media-body h2{
  233. font-family: "party";
  234. color: #FC8700;
  235. }
  236. h2{
  237. text-transform: none;
  238. }
  239. .captures{
  240. font-family: "party";
  241. }
  242. .bestHunters{
  243. font-family: "Aniron";
  244. }
  245. .profiledash{
  246. text-decoration: underline;
  247. }
  248. .rewardTittle{
  249. color: white;
  250. font-family: "party";
  251. text-transform: none;
  252. }
  253. thead{
  254. font-family: "Aniron"
  255. }
  256. td{
  257. font-family: "Aniron";
  258. }
  259. h3{
  260. font-family: "Aniron";
  261. }
  262.  
  263.  
  264. #fellows {
  265. margin-top: 60px
  266. }
  267.  
  268. #fellows .nav-pills .nav-item {
  269. border-radius: 0;
  270. padding: 0 1rem
  271. }
  272.  
  273. #fellows .nav-pills .nav-item .nav-link {
  274. color: #898989;
  275. padding: 0;
  276. border-radius: 0
  277. }
  278.  
  279. #fellows .nav-pills .nav-item .nav-link.active {
  280. color: #FE661D;
  281. border-bottom: 3px solid #FE661D;
  282. background: transparent
  283. }
  284.  
  285. #fellows .nav-pills .nav-item .nav-link.active::before {
  286. content: "b";
  287. font-family: "tngan";
  288. color: #ffb289;
  289. padding-right: .25em
  290. }
  291.  
  292. #fellows .nav-pills .nav-item .nav-link.active::after {
  293. content: "b";
  294. font-family: "tngan";
  295. color: #ffb289;
  296. padding-left: .25em
  297. }
  298.  
  299. #fellows .row .card {
  300. margin-bottom: 2rem;
  301. border-radius: 0
  302. }
  303.  
  304. #fellows .row .card .card-header {
  305. padding: 0;
  306. position: relative;
  307. border: solid black 4px;
  308. }
  309.  
  310. #fellows .row .card .card-header .card-img-top {
  311. border-radius: 0
  312. }
  313.  
  314. #fellows .row .card .card-header .overlay {
  315. width: 100%;
  316. height: 100%;
  317. display: -webkit-box;
  318. display: -ms-flexbox;
  319. display: flex;
  320. -webkit-box-pack: center;
  321. -ms-flex-pack: center;
  322. justify-content: center;
  323. -webkit-box-align: center;
  324. -ms-flex-align: center;
  325. align-items: center;
  326. text-transform: lowercase;
  327. font-family: "party";
  328. position: absolute;
  329. top: 0;
  330. padding: .25em .5em;
  331. margin: auto;
  332. text-align: center;
  333. background: rgba(137, 137, 137, 0.6);
  334. color: #FFF1DC
  335. }
  336.  
  337. #fellows .row .card .card-header .overlay.dead {
  338. background: rgba(0, 0, 0, 0.65)
  339. }
  340.  
  341. #fellows .row .card .card-header .overlay.dead .info-reward {
  342. background: transparent;
  343. -webkit-box-shadow: none;
  344. box-shadow: none;
  345. color: #FE661D;
  346. text-transform: none;
  347. }
  348.  
  349. #fellows .row .card .card-header .overlay.dead .info-reward+span {
  350. text-decoration: line-through;
  351. -webkit-text-decoration-color: #FE661D;
  352. text-decoration-color: #FE661D;
  353. }
  354.  
  355. #fellows .row .card .card-header .overlay .info-reward {
  356. border-radius: 1em;
  357. background: rgba(249, 249, 249, 0.8);
  358. -webkit-box-shadow: 0 0 8px #F9F9F9;
  359. box-shadow: 0 0 8px #F9F9F9;
  360. color: #151513;
  361. position: absolute;
  362. top: 1em;
  363. left: 1em;
  364. right: 1em;
  365. padding: 1em
  366. }
  367.  
  368. #fellows .row .card .card-header .overlay .info-reward .coins {
  369. font-size: 2rem
  370. }
  371.  
  372. #fellows .row .card .card-body {
  373. font-size: 2rem
  374. }
  375.  
  376. #reward .media {
  377. margin-bottom: 1.5rem;
  378. font-size: 1.5rem
  379. }
  380. #contact form {
  381. display: -webkit-box;
  382. display: -ms-flexbox;
  383. display: flex;
  384. -webkit-box-orient: vertical;
  385. -webkit-box-direction: normal;
  386. -ms-flex-direction: column;
  387. flex-direction: column;
  388. height: 100%;
  389. font-family: "Aniron"
  390. }
  391.  
  392. #contact form textarea {
  393. -webkit-box-flex: 1;
  394. -ms-flex: 1 1;
  395. flex: 1 1;
  396. height: 100%
  397. }
  398. .card-body{
  399. background-color: black;
  400. color: grey;
  401. }
  402. footer a {
  403. display: block;
  404. color: #FFF1DC
  405. }
  406.  
  407. footer a:hover {
  408. color: #FFF1DC
  409. }
  410. footer{
  411. font-family: "Aniron"
  412. }
  413.  
  414.  
  415.  
  416. @media (max-width: 576px) {
  417. .carousel-caption h5, .carousel-caption p{
  418. font-size: initial!important;
  419. }
  420. }
  421. @media (max-width: 768px) {
  422. .carousel-caption h5, .carousel-caption p{
  423. font-size: initial!important;
  424. }
  425. }
  426.  
  427. @media (max-width: 992px) {
  428. h2.gandalff{
  429. margin-top: 100px!important;
  430. }
  431. }
Add Comment
Please, Sign In to add comment