Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.06 KB | None | 0 0
  1. /*
  2. Font for the Homebrewed look. To change, go to http://www.localfont.com/ and pick your font.
  3. Paste in the code below. Be sure to keep the "myFont" name.
  4. */
  5. @font-face {
  6. font-family: 'myFont';
  7. font-weight: 400;
  8. font-style: normal;
  9. src: url('https://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz1SOO0milnKqjr2136-xNDk.eot');
  10. src: url('https://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz1SOO0milnKqjr2136-xNDk.eot?#iefix') format('embedded-opentype'),
  11. local('IM FELL English SC'),
  12. local('IM-Fell-English-SC-regular'),
  13. url('https://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz42h98mvhWxavXjDrYiMZUY.woff2') format('woff2'),
  14. url('https://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz1NITcQXGZNmPdSry0X2sgA.woff') format('woff'),
  15. url('https://fonts.gstatic.com/s/imfellenglishsc/v6/h3Tn6yWfw4b5qaLD1RWvz9gX5f6-V0DImePmAcKHNfQ.ttf') format('truetype'),
  16. url('https://fonts.gstatic.com/l/font?kit=h3Tn6yWfw4b5qaLD1RWvzyzd5uYN1HyQ6XK1g5bKvjA&skey=44cc57b48745e8ce&v=v6#IMFellEnglishSC') format('svg');
  17. }
  18.  
  19.  
  20.  
  21.  
  22. html,
  23. body {
  24. height: 100% !important;
  25. }
  26. body {
  27. /* The first URL below is the decal (Dragon), the second is the background (wood). Replace as desired. */
  28. background: url('https://pngimg.com/uploads/dragon/dragon_PNG994.png') center center no-repeat, url('https://s-media-cache-ak0.pinimg.com/originals/89/c3/be/89c3beddf3c836e9b04430020d9cf32b.jpg') !important;
  29. box-shadow: inset 0 0 200px rgba(0, 0, 0, .8) !important;
  30. }
  31. #page-toolbar {
  32. background-color: #343434 !important;
  33. border: 1px solid #000 !important;
  34. border-radius: 0px;
  35. height: 74% !important;
  36. left: 0 !important;
  37. right: 0 !important;
  38. width: 78% !important;
  39. margin: 0px;
  40. padding: 0px 0px 0px 1%;
  41. }
  42. #page-toolbar .availablepage {
  43. box-sizing: border-box !important;
  44. height: 160px !important;
  45. margin: 0 !important;
  46. padding: 10px !important;
  47. vertical-align: top !important;
  48. width: 160px !important;
  49. float: left;
  50. }
  51. #page-toolbar .availablepage .pagethumb {
  52. margin-top: 15px !important;
  53. }
  54. #page-toolbar .availablepage span {
  55. bottom: 20px !important;
  56. left: 0 !important;
  57. right: 0 !important;
  58. text-shadow: none !important;
  59. color: #eee !important;
  60. font-size: 12px !important;
  61. }
  62. #page-toolbar .container {
  63. transition: opacity .4s ease-in-out !important;
  64. height: 100%;
  65. }
  66. #page-toolbar .pages {
  67. height: 100%;
  68. }
  69. #page-toolbar .handle {
  70. background: #111 !important;
  71. border-radius: 0 0 100% 100% !important;
  72. bottom: -29px !important;
  73. color: #eee !important;
  74. height: 29px !important;
  75. opacity: 1 !important;
  76. width: 100px !important;
  77. right: 50% !important;
  78. margin-left: -50px !important;
  79. padding: 0 !important;
  80. }
  81. #page-toolbar .handle .pictos {
  82. display: none !important;
  83. }
  84. #page-toolbar .handle:after {
  85. content: 'MAPS' !important;
  86. font-size: 11px !important;
  87. letter-spacing: 2px !important;
  88. height: 100% !important;
  89. left: 0 !important;
  90. position: absolute !important;
  91. top: 0 !important;
  92. width: 100% !important;
  93. }
  94. #page-toolbar .playerbookmark {
  95. left: 30px !important;
  96. top: 25px !important;
  97. }
  98. #page-toolbar.closed .container {
  99. box-shadow: 0 0 50px rgba(0, 0, 0, .15) !important;
  100. opacity: 0 !important;
  101. }
  102. #playerzone {
  103. bottom: 20px !important;
  104. left: 20px !important;
  105. }
  106. #playerzone .player {
  107. margin: 0 !important;
  108. margin-right: 10px !important;
  109. }
  110. #playerzone .player .color_picker {
  111. top: 0 !important;
  112. }
  113. #playerzone .player .playername {
  114. background-color: #111 !important;
  115. font-size: 14px !important;
  116. line-height: 24px !important;
  117. padding: 0 !important;
  118. }
  119. #rightsidebar {
  120. -moz-border-radius-bottomleft: 0 !important;
  121. -moz-border-radius-bottomright: 0 !important;
  122. -moz-border-radius-topleft: 0 !important;
  123. -moz-border-radius-topright: 0 !important;
  124. -webkit-border-bottom-left-radius: 0 !important;
  125. -webkit-border-bottom-right-radius: 0 !important;
  126. -webkit-border-top-left-radius: 0 !important;
  127. -webkit-border-top-right-radius: 0 !important;
  128. border-bottom-left-radius: 0 !important;
  129. border-bottom-right-radius: 0 !important;
  130. border-top-left-radius: 0 !important;
  131. border-top-right-radius: 0 !important;
  132. border-style: none !important;
  133. overflow: initial !important;
  134. box-shadow: 0 0 50px rgba(0, 0, 0, .15) !important;
  135. }
  136. #secondary-toolbar {
  137. background-color: #222 !important;
  138. border: 0 !important;
  139. box-shadow: none !important;
  140. left: 90px !important;
  141. opacity: 1 !important;
  142. }
  143. #secondary-toolbar .btn {
  144. border: 0 !important;
  145. border-radius: 0 !important;
  146. margin: 5px !important;
  147. }
  148. #secondary-toolbar li {
  149. border: 0 !important;
  150. height: initial !important;
  151. }
  152.  
  153. #textchat .message.system .spacer {
  154. background-color: #ddd !important;
  155. }
  156. .tabmenu {
  157. height: 50px !important;
  158. position: absolute !important;
  159. left: 0 !important;
  160. right: 0 !important;
  161. margin: 0 !important;
  162. padding: 0 !important;
  163. top: 0 !important;
  164. }
  165. .tabmenu li {
  166. height: 50px !important;
  167. width: 16.667% !important;
  168. text-align: center !important;
  169. top: 0 !important;
  170. }
  171. .tabmenu li a {
  172. padding: 0 !important;
  173. margin: 0 !important;
  174. line-height: 50px !important;
  175. border: 0 !important;
  176. width: 100% !important;
  177. }
  178. #rightsidebar .ui-tabs-panel {
  179. top: 50px !important;
  180. }
  181. #rightsidebar .ui-tabs-panel#textchat {
  182. position: absolute !important;
  183. top: 50px !important;
  184. height: initial !important;
  185. bottom: 150px !important;
  186. }
  187. #textchat-input {
  188. border-top: 0 !important;
  189. padding: 10px !important;
  190. height: initial !important;
  191. min-width: 260px !important;
  192. box-sizing: border-box !important;
  193. }
  194. #textchat-input * {
  195. box-sizing: border-box !important;
  196. }
  197. #textchat-input textarea {
  198. width: 100% !important;
  199. height: 80px !important;
  200. resize: none !important;
  201. }
  202. .actions_menu {
  203. width: 120px !important;
  204. z-index: 110 !important;
  205. /* above sidebar */
  206. }
  207. .actions_menu > ul {
  208. width: initial !important;
  209. padding: 0 !important;
  210. border: 0 !important;
  211. }
  212. .actions_menu ul li {
  213. padding: 0 10px !important;
  214. line-height: 30px !important;
  215. min-width: 90px !important;
  216. border-color: #ddd !important;
  217. white-space: nowrap !important;
  218. }
  219. .actions_menu ul li:lastchild {
  220. border-bottom: 0 !important;
  221. }
  222. .actions_menu ul li ul.submenu {
  223. left: 90px !important;
  224. border: 0 !important;
  225. width: initial !important;
  226. opacity: 1 !important;
  227. box-shadow: 0 1px 15px rgba(0, 0, 0, .1) !important;
  228. }
  229. #measure img {
  230. -webkit-filter: brightness(2.3) !important;
  231. }
  232. .nav-tabs li a {
  233. outline: none !important;
  234. }
  235. #sidebarcontrol {
  236. opacity: 1 !important;
  237. padding: 0 !important;
  238. -webkit-transform: translateX(0) rotate(-90deg) !important;
  239. -moz-transform: translateX(0) rotate(-90deg) !important;
  240. width: 100px !important;
  241. text-align: center !important;
  242. border: none !important;
  243. font-size: 12px !important;
  244. color: #eee !important;
  245. background-color: #111 !important;
  246. height: 30px !important;
  247. line-height: 30px !important;
  248. text-transform: uppercase !important;
  249. letter-spacing: 2px !important;
  250. -webkit-transform-origin: 100% 100% !important;
  251. -moz-transform-origin: 100% 100% !important;
  252. border-radius: 100% 100% 0 0 !important;
  253. top: 50% !important;
  254. margin-top: -75px !important;
  255. }
  256. #sidebarcontrol .fonticon-menu {
  257. display: none !important;
  258. }
  259. #sidebarcontrol:after {
  260. content: 'Menu' !important;
  261. }
  262. .tabmenu li {
  263. width: 13% !important;
  264. }
  265.  
  266. #textchat-input {
  267. box-sizing: content-box !important;
  268. }
  269.  
  270.  
  271.  
  272. .ui-dialog .ui-dialog-content {
  273. border-width: 0px 1px 1px 1px;
  274. border-color: black;
  275. border-style: solid;
  276. padding: 10px 20px 10px 20px;
  277. /* This url is for the Homebrew background look. I chose a light parchment texture. */
  278. background: url(https://www.zingerbugimages.com/backgrounds/parchment_paper_wallpaper_texture_seamless.jpg) !important;
  279. }
  280.  
  281. .ui-dialog .ui-dialog-titlebar {
  282. padding: 5px 15px;
  283. border: 0 0 0 1px solid;
  284. border-color: black;
  285. padding: 5px 15px;
  286. font-size: 18px;
  287. font-family: myFont;
  288. font-weight: 800;
  289. color: black;
  290. text-decoration: none;
  291. /* Same parchment texture as above. */
  292. background: url(https://www.zingerbugimages.com/backgrounds/parchment_paper_wallpaper_texture_seamless.jpg);
  293. -moz-border-radius-bottomright: 0;
  294. -webkit-border-bottom-right-radius: 0;
  295. -khtml-border-bottom-right-radius: 0;
  296. -moz-border-radius-bottomleft: 0;
  297. -webkit-border-bottom-left-radius: 0;
  298. -khtml-border-bottom-left-radius: 0;
  299. border-bottom-left-radius: 0;
  300. border-bottom: 2px solid #c9ad6a
  301. }
  302.  
  303. .ui-dialog-title, .nav-tabs li a{
  304. color:#58180D !important;
  305. font-family: myFont !important;
  306. font-weight: 400 !important;
  307. font-size: 1.5;
  308. }
  309.  
  310. .nav-tabs{
  311. border-bottom: 2px solid #c9ad6a !important;
  312.  
  313. }
  314.  
  315. .avatar {
  316. text-align: center;
  317. }
  318.  
  319. .notes, .gmnotes, .bio, .primarycontentcontainer, div.content-text, .breadcrumb, #tableofcontents {
  320. /* Same parchment texture as above. */
  321. background: url(https://www.zingerbugimages.com/backgrounds/parchment_paper_wallpaper_texture_seamless.jpg) !important;
  322.  
  323. }
  324.  
  325. .notes h4,
  326. .notes h2,
  327. .gmnotes h4,
  328. .handoutviewer label,
  329. .notes label {
  330. /* Colors used throughout this stylesheet for Homebrew look. #51180D is a nice dark red color for the font, while #c9ad6a is a orange-red for horizontal rules. Note, these are used in several places in this file, so if you want to change, do a search & replace. */
  331. color:#58180D;
  332. border-width: 0 0 2px 0;
  333. border-color: #c9ad6a;
  334. border-style: solid;
  335. }
  336.  
  337. hr, .redactor_editor hr {
  338. display: block;
  339. height: 2px;
  340. border: 0;
  341. border-top: 2px solid #c9ad6a;
  342. margin: 1em 0;
  343. padding: 0;
  344. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement