Advertisement
zeeyico

minjoo - pokemon

Sep 7th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. [style]
  2. // Variables //
  3. @accent1: #efb8c8;
  4. @lightAccent1: #ffe3ec;
  5. @darkAccent1: #e0b0bf;
  6. @accent2: #ff5a90;
  7. @darkAccent2: #a03f5f;
  8. @lightest: #fffbfc;
  9. @darkest: #000000;
  10.  
  11. // Fonts //
  12. @font-face {
  13. font-family:"melon";
  14. src:url('https://dl.dropboxusercontent.com/s/oplc8q3fxndqczz/Melon%20Font%20-%20Free%20Trial.ttf');
  15. }
  16.  
  17. @font-face {
  18. font-family:"poppins bold";
  19. src:url('https://dl.dropboxusercontent.com/s/zh8n061wmwuswz0/Poppins-Bold.ttf');
  20. }
  21.  
  22. @font-face {
  23. font-family:"poppins";
  24. src:url('https://dl.dropboxusercontent.com/s/7uj99tgjnf0m240/Poppins-Regular.ttf');
  25. }
  26.  
  27.  
  28. .temp {
  29. background: linear-gradient(to bottom right,@lightAccent1,@accent1);
  30. border: 0.5em solid @darkAccent2;
  31. padding: 1.5em;
  32. margin: 1em 2em 0;
  33. color: #666;
  34. border-radius: 1.5em;
  35. font-family: "poppins", calibri, helvetica, sans-serif;
  36. h1 {
  37. font-family: "melon", helvetica, sans-serif;
  38. font-size: 6.5em;
  39. font-weight: normal;
  40. color: @accent2;
  41. text-shadow: 0.01em 0.01em 0.05em #666;
  42. line-height: 90%;
  43. }
  44. h2 {
  45. color: @accent2;
  46. font-size: 2.5em;
  47. font-weight: normal;
  48. line-height: 100%;
  49. text-shadow: 0.01em 0.01em 0.01em #666;
  50. letter-spacing: 0.02em;
  51. font-family: "melon", helvetica, sans-serif;
  52. margin: 0.25em auto;
  53. }
  54. .body {
  55. padding: 2em;
  56. color: #666;
  57. background: rgba(256, 256, 256, 0.5);
  58. border: 4px dashed @lightest;
  59. border-radius: 1.25em;
  60. font-size: 0.75em;
  61. line-height: 150%;
  62. margin: 0 auto;
  63. b, i {
  64. color: @accent2;
  65. font-family: "melon", helvetica, calibri, sans-serif;
  66. font-size: 2em;
  67. font-weight: bold;
  68. }
  69. u, s {
  70. color: @accent1;
  71. }
  72. a {
  73. color: @accent1;
  74. transition: all 0.5s ease-in-out;
  75. }
  76. a:hover {
  77. color: @darkAccent2;
  78. transition: all 0.5s ease-in-out;
  79. }
  80. }
  81. }
  82. .kitty {
  83. position: absolute;
  84. left: 25em;
  85. img {
  86. width: 8em;
  87. height: auto;
  88. }
  89. }
  90. .blockquote {
  91. text-align: left;
  92. padding: 1em;
  93. background: @lightest;
  94. border: 1px solid @accent2;
  95. margin: 1.25em auto;
  96. }
  97. .panel {
  98. width: 95%;
  99. background: @lightest;
  100. text-align: left;
  101. font-size: 0.85em;
  102. border: 0;
  103. border-radius: 0;
  104. box-shadow: none;
  105. margin: 0 auto;
  106. a {
  107. color: @darkAccent1;
  108. transition: all 0.5s ease-in-out;
  109. }
  110. a:hover {
  111. color: @darkAccent2;
  112. transition: all 0.5s ease-in-out;
  113. }
  114. &>div {
  115. color: @darkest;
  116. padding: 1em;
  117. }
  118. &>h3 {
  119. text-transform: uppercase;
  120. background: linear-gradient(to right bottom,@darkBrown,@midPink);
  121. font-size: 1.5em;
  122. border-radius: 0;
  123. padding: 0.4em;
  124. padding-left: 0.75em;
  125. border: 2px solid @Accent2;
  126. color: @lightest;
  127. letter-spacing: 0.05em;
  128. box-shadow: none;
  129. a {
  130. color: @lightest!important;
  131. }
  132. a:hover {
  133. color: @accent2!important;
  134. }
  135. }
  136. }
  137. .stuff {
  138. margin: auto;
  139. padding: 0 1.5em 1em;
  140. text-align: justify;
  141. min-height: 12em;
  142. box-shadow: none;
  143. color: #666;
  144. }
  145. .list {
  146. ul {
  147. list-style-image: url('https://pokefarm.com/upload/Zico/minjoo/heart.gif');
  148. text-align: left;
  149. margin: 0 auto;
  150. background: none;
  151. li {
  152. line-height: 1.75em;
  153. margin: 0;
  154. background: none;
  155. text-transform: none;
  156. border: none;
  157. color: initial;
  158. }
  159. }
  160. }
  161. ul {
  162. background: none;
  163. text-align: center;
  164. margin: 2em auto 0.5em;
  165. }
  166. li {
  167. background: @lightest;
  168. margin: 1em auto 0;
  169. text-transform: uppercase;
  170. font-size: 1em;
  171. padding: 0.2em;
  172. margin: 0.5em;
  173. background: @lightest;
  174. color: @accent1;
  175. border-radius: 0.5em;
  176. border: 0.25em dashed @accent1;
  177. }
  178. li.tab-active {
  179. font-family: "poppins bold", calibri, sans-serif;
  180. font-weight: bold;
  181. background: @lightest;
  182. color: @accent2;
  183. border-radius: 0.5em;
  184. border: 0.25em dashed @accent2;
  185. }
  186. div.tab, div.tab-active {
  187. background: none;
  188. border: none;
  189. z-index: 1;
  190. box-shadow: none;
  191. }
  192. .expbar {
  193. margin: 0 auto;
  194. width: 80%;
  195. background: @accent1;
  196. box-shadow: none;
  197. border: 1px solid @accent2;
  198. border-radius: 0;
  199. color: @lightest;
  200. text-transform: uppercase;
  201. font-size: 8px;
  202. height: 3em;
  203. line-height: 3em;
  204. vertical-align: middle;
  205. &>div {
  206. margin: 0.5em;
  207. background: linear-gradient(to right bottom,@accent2,@darkAccent2);
  208. border-right: none;
  209. border-radius: 0.4em;
  210. color: @darkAccent2;
  211. }
  212. }
  213. .tooltip_content {
  214. border: 0.2em solid @darkAccent2;
  215. background: linear-gradient(to right bottom,@accent1,@accent2);
  216. text-transform: uppercase;
  217. font-size: 1em;
  218. padding: 0.5em;
  219. margin: -2em 2em 4em 2.5em;
  220. border-radius: 0.25em;
  221. text-align: center;
  222. max-width: 18em;
  223. color: @lightest;
  224. &> a {
  225. }
  226. }
  227. ol {
  228. margin: auto;
  229. margin-left: 5em;
  230. padding-left: 4em;
  231. width: 90%;
  232. }
  233. table {
  234. text-align: center;
  235. width: 90%;
  236. margin: 0 auto;
  237. border: 2px solid @darkAccent2;
  238. text-transform: uppercase;
  239. }
  240. td {
  241. padding: 0.3em;
  242. margin: 0.25em;
  243. border: 1px solid @darkAccent2;
  244. line-height: 2.5em;
  245. vertical-align: middle;
  246. background: @lightest;
  247. color: #666;
  248. font-size: 0.85em;
  249. }
  250. th {
  251. background: @accent2;
  252. text-align: center;
  253. color: @lightest;
  254. font-weight: 700;
  255. font-size: 1em;
  256. padding: 5px;
  257. border: 1px solid @lightest;
  258. }
  259. .cdt {
  260. text-align: center;
  261. font-size: 0.65em;
  262. margin-top: -1em;
  263. margin-bottom: 1em;
  264. a {
  265. color: @darkAccent2;
  266. font-size: 1em;
  267. text-transform: uppercase;
  268. font-family: "poppins", helvetica, calibri, sans-serif;
  269. }
  270. a:hover {
  271. color: @darkAccent1;
  272. }
  273. }
  274. [/style]
  275. [sc=kitty][img]https://pokefarm.com/upload/Zico/minjoo/kitty.gif[/img][/sc]
  276. [sc=temp][sc=body][h1]La Petite Boutique Rosé[/h1]
  277. [
  278. ]put explanations here? rules? etc.[
  279.  
  280. ][sc=tabbed_interface horizontal][ul][li][img]https://pfq-static.com/img/pkmn/shiny.png[/img][/li][li][img]https://pfq-static.com/img/pkmn/albino.png[/img][/li][li][img]https://pfq-static.com/img/pkmn/melanistic.png[/img][/li][/ul]
  281. [sc=tab][sc=stuff][h2]Tab One Header[/h2]
  282. Bold text looks [b]like this[/b]. If you want italics, [i]ooh pretty[/i]. Underlined is [u]equally rad[/u]. Links clearly look [url=https://pokefarm.com]so cool[/url]. Check out tooltips too! (Just [tip=tooltips styling]hover here[/tip].)
  283.  
  284. This code is [b]NOT free to use[/b]. It was commissioned for [b]Minjoo's[/b] use only. Minjoo, feel free to remove all this text. Credit is at the bottom.
  285.  
  286. [/sc][/sc][
  287.  
  288. ][sc=tab][sc=stuff][h2]Table Examples[/h2][
  289.  
  290. ][table]
  291. [tr][th]Pokémon[/th][th]Recipient List[/th][th][img]https://pfq-static.com/img/pkmn/shiny.png[/img][/th][th][img]https://pfq-static.com/img/pkmn/albino.png[/img][/th][th][img]https://pfq-static.com/img/pkmn/melanistic.png[/img][/th][/tr]
  292. [tr][td=1x4][img]https://pfq-static.com/img/pkmn/a/e/c.png/t=1474027730[/img][/td][td]Zicø[/td][td]1[/td][td]2[/td][td]3[/td][/tr]
  293. [tr][td]Zicø[/td][td]1[/td][td]2[/td][td]3[/td][/tr]
  294. [tr][td]Zicø[/td][td]1[/td][td]2[/td][td]3[/td][/tr]
  295. [tr][td]Zicø[/td][td]1[/td][td]2[/td][td]3[/td][/tr]
  296. [/table]
  297. [h2]Progress Bar Examples[/h2][
  298. ][progress=2/10]20%[/progress]
  299. [progress=7/10]70%[/progress]
  300. [/sc][/sc][
  301.  
  302. ][sc=tab][sc=stuff][h2]Styling Examples
  303. (this is a h2 heading)[/h2]
  304. [sc=list][ul][li][b]bold text[/b][/li]
  305. [li][i]italicized text[/i][/li]
  306. [li][u]underlined text[/u][/li]
  307. [li]regular text[/li]
  308. [li]regular text[/li][/ul][/sc]
  309. [url=https://pokefarm.com/user/zico]this is a link[/url]
  310. paragraphs are justified by default, let me know if you want that changed[/sc][/sc][
  311.  
  312. ][sc=tab][sc=stuff][h2]Hover Examples[/h2][tip=hover over this]wooooo[/tip]
  313. [tip=hover over that][item=thunder feather][/tip]
  314. [tip=i just really like thunder feathers][pkmn=zapdos][/tip][/sc][/sc][/sc][/sc][/sc]
  315. [sc=cdt][tip="Template by [url=http://pokefarm.com/user/Zico]Zicø[/url]"]credit.[/tip][/sc]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement