Advertisement
thedorkychicken

HGSS Code (About Me)

Sep 6th, 2021 (edited)
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. [style]
  2. //No one is allowed to change the image, credit, or the code in style tags below without my (Gumshoe's) permission. Do not enter text anywhere besides the "Enter text here!" field.
  3.  
  4. //This code is intended for use in About Me's, do not use it elsewhere!
  5. [/style][sc=hgsscode][display][display][display][
  6.  
  7.  
  8.  
  9. ]Enter text here![
  10.  
  11.  
  12.  
  13. ][/display][/display][/display][sc=pointergif][pit="[img]https://i.imgur.com/O74AtPr.gif[/img]"]GIF from HGSS
  14. code by [url=https://pokefarm.com/forum/thread/322214/Chicken-s-F2U-Templates]Gumshoe[/url][/pit][/sc][/sc][
  15. ][style]
  16.  
  17. //----DO NOT EDIT ANY OF THIS CODE without Gumshoe's permission!----
  18.  
  19. @goldborder: linear-gradient(to bottom, #ffde6b 0%,#ffde6b 87%,#efa539 90%, #efa539 100%);
  20. @greyborder: linear-gradient(to bottom, #63636b 0%,#63636b 90%,#52525a 93%,#52525a 100%);
  21. @textcolor: #2b2b2f;
  22. @linkcolor: #B04C17;
  23. @titlecolor: white;
  24. @contentcolor: #C2C2C2;
  25. @bordercolor: #262626;
  26. @altcolor: gray;
  27. @pkmnpanel: linear-gradient(to bottom, #e2e2e2 1%,#B5B5B5 100%);
  28.  
  29. .hgsscode {
  30.  
  31.  
  32. font-family: 'Share Tech';
  33. font-size:14pt;
  34. position:relative;
  35. max-width: 300px;
  36. background-color:#63636b;
  37. border-radius: 4px;
  38. border: 3px solid #4a4242;
  39. margin: auto;
  40.  
  41. .panel {
  42. border-radius: 4px;
  43. background:@goldborder;
  44. box-shadow:none;
  45. border:none;
  46. > h3 {
  47. display:none;}
  48.  
  49.  
  50. .panel {
  51. background:@greyborder;
  52. box-shadow:none;
  53. border:none;
  54.  
  55. margin:-2px;
  56. > h3 {
  57. display:none;}
  58.  
  59.  
  60.  
  61. //maintext
  62.  
  63.  
  64. .panel {
  65. box-shadow:none;
  66. margin: 0px 35px 0px 10px;
  67. background: @titlecolor;
  68. border: solid 0px white;
  69. color: black;
  70. border-radius:3px;
  71. > h3 {
  72. display:none;
  73. }
  74. > div {
  75. .page;
  76. padding: 5px 10px;
  77. color: @textcolor;
  78. a:link, a:visited {
  79. color: @linkcolor;
  80. }
  81. max-height: 970px;
  82. overflow:hidden;
  83. }
  84.  
  85.  
  86.  
  87. //stuff in the text
  88.  
  89. .panel {
  90. margin:0px;
  91. background: @contentcolor;
  92. border: solid 1px @bordercolor;
  93. border-radius:6px;
  94. color: @textcolor;
  95. > h3 {display:inherit;
  96. text-align:center;
  97. font-size:100%;
  98. > a {
  99. color: @textcolor!important;
  100. }
  101. border: solid 1px @bordercolor;
  102. background: @titlecolor;
  103. color: @textcolor;
  104. cursor:default;
  105. }
  106. > div {
  107. .page;
  108. color: @textcolor;
  109. a:link, a:visited {
  110. color: @linkcolor;
  111. }
  112. }
  113.  
  114. }
  115.  
  116. .expbar {
  117. background: @contentcolor;
  118. cursor:default;
  119. color: @textcolor;
  120. border: solid 1px @bordercolor;
  121. > div {
  122. background: @titlecolor;
  123. border-right: solid 1px @bordercolor;
  124. }
  125. > span {font-size:100%;}
  126. }
  127.  
  128. .tabbed_interface>ul li {
  129. color:@textcolor;
  130. background: @titlecolor;
  131. min-width: auto;
  132. border-color: @bordercolor;
  133. border-bottom:none;
  134. padding:2px;
  135. font-size:100%;
  136. border-right:2px solid @bordercolor;
  137. text-align:center;
  138. cursor:default;
  139. }
  140. .tabbed_interface>ul li:first-child {border-radius:8px 0px 0px 0px;
  141. border-left: 1px solid @bordercolor;}
  142. .tabbed_interface>ul li:last-child {border-radius:0px 8px 0px 0px;
  143. border-right: 1px solid @bordercolor;}
  144.  
  145.  
  146. .tabbed_interface>ul {
  147. background-color: inherit;
  148. }
  149.  
  150. .tabbed_interface>div {
  151. color: @textcolor;
  152. border: 1px solid @bordercolor;
  153. background: @contentcolor;
  154. border-radius: 0px 0px 8px 8px;
  155. box-shadow:none;
  156. padding:5px 10px;
  157. }
  158. .tab-active {
  159. background:@contentcolor!important;
  160. }
  161.  
  162. //table
  163.  
  164. .bbcode_table {
  165. border: 2px solid @bordercolor;
  166. th { background-color: @titlecolor;
  167. border-color:@bordercolor;}
  168. td {border-color:@bordercolor;}
  169. background: @contentcolor;}
  170.  
  171. div.tooltip_content {
  172. background: @titlecolor;
  173. color: @textcolor;
  174. border: solid 1px @bordercolor;
  175. }
  176. .bbcode_tooltip {
  177. border-bottom: 1px dotted @textcolor;
  178. }
  179.  
  180.  
  181. //pkmnpanel
  182.  
  183. .party > div {
  184. background: @pkmnpanel;
  185. color: @textcolor;
  186. border: 1px solid @bordercolor;
  187. box-shadow:none;
  188. a:link, a:visited {
  189. color: #954113;
  190. }
  191. }
  192.  
  193.  
  194.  
  195. .party > div > .expbar {
  196. background: @boxcolor;
  197. cursor: default;
  198. color: @textcolor;
  199. border: solid 1px @bordercolor;
  200. letter-spacing: 1px;
  201. > div {
  202. border-right: solid 1px @bordercolor;
  203. }
  204. }
  205.  
  206. // PKMN panel mobile 2
  207.  
  208. .party > div {
  209. width:74%;
  210. height:150px;
  211. margin-left:0px;
  212. }
  213.  
  214. .party > div > .name {
  215. position:absolute;
  216. right:0px;
  217. top:-3px;
  218. }
  219.  
  220. .party > div > .action {
  221. position: absolute;
  222. left:26px;
  223. bottom:25px;
  224. }
  225.  
  226. .party > div > .taste {
  227. position: absolute;
  228. bottom:0px;
  229. right:5px;
  230. }
  231.  
  232. .party > div > .extra {
  233. position: absolute;
  234. bottom:0px;
  235. }
  236.  
  237. .party > div > .expbar {
  238. width:150px;
  239. position:absolute;
  240. top:15px;
  241. right:10px;
  242. }
  243.  
  244.  
  245.  
  246. }}}
  247.  
  248.  
  249.  
  250. .trainersprite {
  251. max-height:70px;
  252. max-width:70px;
  253. position:absolute;
  254. left:20px;
  255. }
  256.  
  257. .pointergif {
  258. position:absolute;
  259. right:7px;
  260. bottom:17px;
  261. .tooltip_content {
  262. width: 95px;
  263. bottom: -3px;
  264. right:18px;
  265. background: white;
  266. color: @textcolor;
  267. border: solid 1px gray;
  268. font-size:10pt;
  269. a{color:@linkcolor}
  270. }
  271. .bbcode_tooltip {
  272. border-bottom: 1px dotted #C4C4C4;
  273. padding-bottom: 3px;
  274. }
  275.  
  276.  
  277. }
  278.  
  279. }
  280.  
  281.  
  282. /* latin */
  283. @font-face {
  284. font-family: 'Share Tech';
  285. font-style: normal;
  286. font-weight: 400;
  287. font-display: swap;
  288. src: url(https://fonts.gstatic.com/s/sharetech/v12/7cHtv4Uyi5K0OeZ7bohU8H0JmA.woff2) format('woff2');
  289. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  290. }
  291.  
  292. [/style]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement