Advertisement
altias

ilex forest {night}

Jan 22nd, 2019
645
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. [style]
  2. .container {
  3. background-image:url(https://i.postimg.cc/qvb2W3fT/ilexforestnight.png);
  4. height: 380px;
  5. width: 310px;
  6. position: relative;
  7. }
  8.  
  9. a {
  10. color: #FFCE43;
  11. text-decoration:underline;
  12. }
  13.  
  14. a:visited {
  15. color:#FFCE43;
  16. text-decoration:underline;
  17. }
  18.  
  19. .tooltip_content {
  20. background-color:#e8e8e8;
  21. color:#7B727E;
  22. border:2px dotted #577064;
  23. font-size:10px;
  24. border-radius:6px;
  25. }
  26.  
  27. .panel {
  28. background-color:transparent;
  29. border:none;
  30. margin-bottom:45px;
  31. box-shadow:none;
  32. }
  33.  
  34. .credit {
  35. position:relative;
  36. top:-10px;
  37. padding: 5px;
  38. left:10px;
  39. text-align:right;
  40. font-size:10px;
  41. background-color: #1D2A4C;
  42. width:281px;
  43. }
  44.  
  45. .credit a {
  46. color:#FFCE43;
  47. text-decoration:underline;
  48. }
  49.  
  50. .tabbed-interface>div {
  51. }
  52.  
  53. .tabbed-interface>div.tab-active{
  54. top:-10px;
  55. }
  56.  
  57. ul {
  58. background: none;
  59. width:293px;
  60. font-size:10px;
  61. }
  62.  
  63. ol>li {
  64. background: white;
  65. border: #645F5F;
  66. text-align: center;
  67. }
  68.  
  69. li, li.tab-active {
  70. background: #0E4888;
  71. box-shadow: none;
  72. color:#54A2C1;;
  73. border: 1px solid #0E4888;
  74. border-radius: 0px;
  75. padding: 5px;
  76. text-align: center;
  77. top:-10px;
  78. width:10px;
  79. height:15px;
  80. left:10px;
  81. }
  82.  
  83. li.tab-active {
  84. background: #1D2A4C;
  85. color: #54A2C1;
  86. border: 1px solid #1D2A4C;
  87. }
  88.  
  89. .tab, .tab-active {
  90. color:#54A2C1;
  91. box-shadow: none;
  92. border-radius: 0px;
  93. border: 1px solid #1D2A4C;
  94. padding: 5px;
  95. }
  96.  
  97. .tab-active {
  98. width:250px;
  99. height:150px;
  100. padding:20px;
  101. position:relative;
  102. left:10px;
  103. top:-10px;
  104. font-size:10px;
  105. color: #54A2C1;
  106. background-color: #394C69;
  107. }
  108.  
  109. .bbcode_tooltip {
  110. border-bottom:thin dotted #1e8c6f;
  111. }
  112.  
  113. .panel h3 > a > svg {
  114. display:none;
  115. }
  116. [/style][styleclass=container][sc=tabbed_interface horizontal]
  117. [ul]
  118. [li]Title 1[/li]
  119. [li]Title 2[/li]
  120. [li]Title 3[/li]
  121. [li]Title 4[/li]
  122. [li]Title 5[/li]
  123. [/ul][
  124. ][sc=tab-active]contents 1[/sc][
  125.  
  126. ][sc=tab]contents 2[/sc][
  127.  
  128. ][sc=tab]contents 3[/sc][
  129.  
  130. ][sc=tab]contents 4[/sc][
  131.  
  132. ][sc=tab]contents 5[/sc][/sc][styleclass=credit][url=https://pfq.link/~LVws]coding credit[/url][/styleclass]
  133. [/styleclass]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement