Advertisement
altias

ilex forest {day}

Jan 22nd, 2019
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [style]
  2. .container {
  3. background-image:url(https://i.postimg.cc/MGQf4jZv/ilexforestday.png);
  4. height: 380px;
  5. width: 310px;
  6. position: relative;
  7. }
  8.  
  9. a {
  10. color: #1e8c6f;
  11. text-decoration:underline;
  12. }
  13.  
  14. a:visited {
  15. color:#1e8c6f;
  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:#3f5142;
  42. width:281px;
  43. }
  44.  
  45. .credit a {
  46. color:#D8F3B1;
  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: #31BD35;
  71. box-shadow: none;
  72. color: #D8F3B1;
  73. border: 1px solid #3f5142;
  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: #3f5142;
  85. color: #FEFAF2;
  86. border: 1px solid #3f5142;
  87. }
  88.  
  89. .tab, .tab-active {
  90. color: #3f5142;
  91. box-shadow: none;
  92. border-radius: 0px;
  93. border: 1px solid #3f5142;
  94. padding: 5px;
  95. background: white;
  96. }
  97.  
  98. .tab-active {
  99. width:250px;
  100. height:150px;
  101. padding:20px;
  102. position:relative;
  103. left:10px;
  104. top:-10px;
  105. font-size:10px;
  106. color: #3E3838;
  107. background-color:#ffffff;
  108. }
  109.  
  110. .bbcode_tooltip {
  111. border-bottom:thin dotted #1e8c6f;
  112. }
  113.  
  114. .panel h3 > a > svg {
  115. display:none;
  116. }
  117. [/style][styleclass=container][sc=tabbed_interface horizontal]
  118. [ul]
  119. [li]Title 1[/li]
  120. [li]Title 2[/li]
  121. [li]Title 3[/li]
  122. [li]Title 4[/li]
  123. [li]Title 5[/li]
  124. [/ul][
  125. ][sc=tab-active]contents 1[/sc][
  126.  
  127. ][sc=tab]contents 2[/sc][
  128.  
  129. ][sc=tab]contents 3[/sc][
  130.  
  131. ][sc=tab]contents 4[/sc][
  132.  
  133. ][sc=tab]contents 5[/sc][/sc][styleclass=credit][url=https://pfq.link/~LVws]coding credit[/url][/styleclass]
  134. [/styleclass]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement