dotunion

heart mask bbcode

Jul 25th, 2024 (edited)
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.09 KB | None | 0 0
  1. [sc=h][img]https://64.media.tumblr.com/119a83853b4af011109ff0f8a7393b5c/a27f46307069253d-39/s500x750/1ef659b897f9e2939d8e515c8cc36255dbe6ecec.pnj[/img][/sc][sc=b][sc=cc][sc=tabbed_interface horizontal]
  2. [ul]
  3. [li]1[/li]
  4. [li]2[/li]
  5. [li]3[/li]
  6. [li]4[/li]
  7. [/ul][
  8. ][sc=tab-active]tab 1
  9. [/sc][
  10. ][sc=tab]tab 2
  11. [/sc][
  12. ][sc=tab]tab3
  13. [/sc][
  14. ][sc=tab]tab 4
  15. [/sc][/sc][/sc][sc=credit][pit="[img]https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/25425fb2-bc94-4349-8d8a-6eabb4d6ccd2/ddik124-f2b36cbb-6a50-428b-a345-d702f074371d.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzI1NDI1ZmIyLWJjOTQtNDM0OS04ZDhhLTZlYWJiNGQ2Y2NkMlwvZGRpazEyNC1mMmIzNmNiYi02YTUwLTQyOGItYTM0NS1kNzAyZjA3NDM3MWQuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.xADluVfhn59H4qL76kBSzBt9Dvxbc26omHaxg1iZUw0[/img]"][url=https://pfq.link/@J3dF]code[/url] | [url=https://www.deviantart.com/profiledecor/art/F2U-Golden-Star-817227868]star[/url] | official tcg art used[/pit][/sc][/sc]
  16.  
  17. [style]
  18.  
  19. @none = #00000000;
  20.  
  21. /* fonts */
  22.  
  23. @font-face {
  24. font-family: 'Nunito';
  25. font-style: normal;
  26. font-weight: 200 1000;
  27. font-display: swap;
  28. src: url(https://fonts.gstatic.com/s/nunito/v26/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
  29. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  30. }
  31.  
  32. /* tabbed ui */
  33.  
  34. .tabbed_interface>ul {
  35. background-color: inherit;
  36. }
  37.  
  38. .tabbed_interface>ul li { /* tabs */
  39. font-family: 'Nunito';
  40. cursor: pointer;
  41. margin: 5px 3px;
  42. position: relative;
  43. left: 4.5em;
  44. bottom: 2.3em;
  45. width: 25px;
  46. height: 21px;
  47. font-size: 18px;
  48. text-align: center;
  49. color: @col-fg2;
  50. box-shadow: 0px 0px 0px @none;
  51. background-color: @col-bg2;
  52. border: 1px solid @col-border1;
  53. border-radius: 10px;
  54. transition: .3s;
  55. }
  56.  
  57. .tabbed_interface>ul>li.tab-active {
  58. color: @col-fg2;
  59. text-shadow: 0px 0px 0px @none;
  60. border: 1px solid @col-border1;
  61. border-radius: 10px;
  62. }
  63.  
  64. .tabbed_interface>ul>li:hover {
  65. webkit-filter: blur(1px);
  66. filter: blur(1px);
  67. }
  68.  
  69. .tab-active { /* content */
  70. font-family: 'Nunito';
  71. color: @col-fg1;
  72. text-align: center;
  73. margin-top: -42px;
  74. width: 300px;
  75. height: auto;
  76. background-color: @none;
  77. border: 1px solid @none;
  78. border-radius: 0px;
  79. font-size: 14px;
  80. box-shadow: 0px 0px 8px @none;
  81. }
  82.  
  83. .h {
  84. width: 100px;
  85. height: auto;
  86. transform: rotate(-5deg);
  87. -webkit-mask-image: url(https://64.media.tumblr.com/fe7f8055c95bc715042ad1f3e6c618d7/a11d752f0ace06c5-ca/s2048x3072/da8e4a3e6c67b7ecaabdd1bafa13b4565e95527b.pnj);
  88. -webkit-mask-size: 100%;
  89. -webkit-mask-repeat: no-repeat;
  90. -webkit-mask-position: center;
  91. overflow: hidden;
  92. position: relative;
  93. top: 2em;
  94. margin-top: -30px;
  95. }
  96.  
  97. .b {
  98. width: 295px;
  99. height: auto;
  100. padding: 5px;
  101. border: 2px solid @col-border1;
  102. border-radius: 10px;
  103. background-color: @col-bg1;
  104. }
  105.  
  106. .cc {
  107. width: 220px;
  108. }
  109.  
  110. /* links */
  111.  
  112. a {
  113. display: inline-block;
  114. transition: .2s ease;
  115. text-decoration: @col-link1 double underline;
  116. color: @button;
  117. }
  118.  
  119. a:hover {
  120. transform: translateY(-20%);
  121. }
  122.  
  123. /* tooltip */
  124.  
  125. div.tooltip_content {
  126. background: rgba(0, 0, 0, 00);
  127. color: @col-fg1;
  128. }
  129.  
  130. div.tooltip_content {
  131. width: auto;
  132. margin: auto;
  133. position: absolute;
  134. z-index: 1;
  135. font-size: 13px;
  136. word-spacing: 2px;
  137. background: @col-bg2;
  138. color: @button;
  139. border: solid 1px @col-border1;
  140. border-radius: 0px;
  141. text-align: center;
  142. }
  143.  
  144. .bbcode_tooltip {
  145. border-bottom: @col-border2 underline dotted;
  146. }
  147.  
  148. /* progress bar */
  149.  
  150. .expbar {
  151. margin-bottom: -10px;
  152. background: none;
  153. border-radius: 0px;
  154. width: 80%;
  155. height: 7%;
  156. border: 2px solid @col-border1;
  157. color: @col-fg1;
  158. >div {
  159. background: @col-bg2;
  160. border-right: 1px solid @col-border1;
  161. }
  162. }
  163.  
  164. /* panel */
  165.  
  166. .panel {
  167. Width: 90%;
  168. margin: auto;
  169. border-radius: 0px;
  170. box-shadow: none;
  171. border: 1px solid @col-border2;
  172. &>h3 {
  173. &>a {
  174. color: @col-fg2;
  175. text-decoration: none;
  176. }
  177. text-align: center;
  178. background: @col-bg2;
  179. font-size: 14px;
  180. border-radius: 0px;
  181. border: 1px solid @col-border3;
  182. }
  183. &>div {
  184. background: @col-bg3;
  185. display: block;
  186. margin: 0;
  187. padding: 6px;
  188. color: @col-fg1;
  189. border: 1px solid @col-border2;
  190. }
  191. }
  192.  
  193. /* table */
  194.  
  195. table {
  196. border: none;
  197. padding: 4px;
  198. border-collapse: separate;
  199.  
  200. th, td {
  201. text-align: center;
  202. padding: 5px;
  203. border-radius: 0px;
  204. border: 1px solid @col-border1;
  205. color: @col-bg2;
  206. }
  207. th {
  208. background-color: @col-bg2;
  209. color: @col-fg2;
  210. }
  211. td {
  212. background-color: @col-bg1;
  213. color: @col-fg1;
  214. }
  215. }
  216. table {
  217. margin: 0 auto;
  218. }
  219.  
  220.  
  221. /* party panel */
  222.  
  223. .party {
  224. display: inline-block;
  225. &,>div {
  226. padding: 0;
  227. margin: 0;
  228. background: transparent;
  229. width: 120px !important;
  230. height: 120px;
  231. overflow: hidden;
  232. border: none;
  233. border-radius: 0;
  234. box-shadow: none;
  235. }
  236. >div {
  237. &::after {
  238. display: none;
  239. }
  240. .pkmn {
  241. margin: 0 10px;
  242. float: unset;
  243. &::before {
  244. background-color: @platform-base;
  245. border-color: @platform-border;
  246. }
  247. .helditem {
  248. display: @display-item;
  249. .itemsprite {
  250. cursor: unset;
  251. }
  252. .tooltip_content {
  253. display: none;
  254. }
  255. }
  256. }
  257. .name {
  258. background-color: @name-background;
  259. border: 1px solid @name-border;
  260. border-radius: 5px;
  261. margin-top: 1px;
  262. height: 16px;
  263. display: flex;
  264. flex-wrap: nowrap;
  265. a {
  266. color: @name-color;
  267. font-weight: normal;
  268. margin: 0 2px;
  269. width: 80px !important;
  270. flex-grow: 99;
  271. font-size: 12px;
  272. }
  273. img {
  274. display: none;
  275. }
  276. img:nth-last-of-type(-n+2) {
  277. display: inline;
  278. margin: 0;
  279. }
  280. }
  281. .action {
  282. display: @display-berries;
  283. position: absolute;
  284. left: 88px;
  285. top: 70px;
  286. height: unset;
  287. width: unset;
  288. .berrybuttons[data-up="any"]>a[data-berry="aspear"],
  289. .berrybuttons[data-up="sour"]>a[data-berry="aspear"],
  290. .berrybuttons[data-up="spicy"]>a[data-berry="cheri"],
  291. .berrybuttons[data-up="dry"]>a[data-berry="chesto"],
  292. .berrybuttons[data-up="sweet"]>a[data-berry="pecha"],
  293. .berrybuttons[data-up="bitter"]>a[data-berry="rawst"] {
  294. display: inline-block;
  295. }
  296. .berrybuttons {
  297. >a {
  298. display: none;
  299. width: 20px;
  300. height: 20px;
  301. line-height: 20px;
  302. padding: 5px;
  303. background-color: @berry-background;
  304. border-radius: 20px;
  305. >img {
  306. vertical-align: top;
  307. max-height: 20px;
  308. max-width: 20px;
  309. }
  310. }
  311. >a[data-berry="pecha"] img {
  312. /* this berry is short */
  313. margin-top: 1px;
  314. }
  315. }
  316. &.working {
  317. opacity: 0.5;
  318. }
  319. table, a[data-evolve] {
  320. /* "thank you" message and evolve button */
  321. display: none;
  322. }
  323. }
  324. .expbar, .taste, .extra {
  325. display: none;
  326. }
  327. }
  328. >div:hover>.action a[data-berry]:after {
  329. border-color: @berry-border;
  330. }
  331. }
  332.  
  333. .credit {
  334. position: absolute;
  335. left: 10px;
  336. bottom: 10px;
  337. text-align: right;
  338. font-size: 8px;
  339. user-select: none;
  340. width: auto;
  341. height: auto;
  342.  
  343. div.tooltip_content {
  344. bottom: 0px;
  345. left: 15px;
  346. width: 275px;
  347. font-size: 12px;
  348. padding: 4px;
  349. border: 1.5px solid @col-border1;
  350. background-color: @col-bg1;
  351. color: @col-fg1;
  352. text-align: left;
  353. }
  354. .bbcode_tooltip {
  355. border-bottom: @col-border2 underline dotted;
  356. }
  357. }
  358.  
  359. [/style]
Advertisement
Add Comment
Please, Sign In to add comment