Advertisement
Freack100

Osu Theme tweaks

Sep 25th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.30 KB | None | 0 0
  1. a.beatmap_download_link img[src="//s.ppy.sh/images/osu-download-beatmap.png"] {
  2.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/download-button.png") !important;
  3. }
  4.  
  5. a.beatmap_download_link img[src="//s.ppy.sh/images/osu-download-beatmap-novid.png"] {
  6.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/no-video.png") !important;
  7. }
  8.  
  9. .main-osu-logo img {
  10.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/osu-logo.png") !important;
  11.     transform: scale(0.8) rotate(-30deg);
  12.     transition: 0.1s ease-in-out;
  13. }
  14.  
  15. .main-osu-logo img {
  16.     pointer-events:all;
  17. }
  18.  
  19. .main-osu-logo:hover img {
  20.     transform: scale(1) rotate(0deg);
  21.     transition: 0.1s ease-in-out;
  22. }
  23.  
  24. .bodytopbg {
  25.     background-image: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/eruption.png") !important;
  26.     background-size: cover!important;
  27.     background-position: 50%!important;
  28.     background-repeat:no-repeat!important;
  29.     background-attachment:fixed!important;
  30.    
  31. }
  32.  
  33. body {
  34.     background-image: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/eruption.png") !important;
  35.     background-size: cover!important;
  36.     background-position: 50%!important;
  37.     background-repeat:no-repeat!important;
  38.     background-attachment:fixed!important;
  39. }
  40.  
  41. img[src="/forum/styles/GlossyOrange/imageset/forum_unread.png"] {
  42.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/osu-logo.png");
  43.     width: 40px;
  44.     height: 40px;
  45. }
  46.  
  47. img[src="/forum/styles/GlossyOrange/imageset/forum_read.png"] {
  48.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/osu-logo-gray.png");
  49.     width: 40px;
  50.     height: 40px;
  51. }
  52.  
  53. img[src="//s.ppy.sh/images/osu-download.png"] {
  54.     padding-left: 15%;
  55.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/download.png");
  56.     padding-bottom: 5px;
  57.     padding-top: 5px;
  58. }
  59.  
  60. img[src="//s.ppy.sh/images/osu-goodies.png"] {
  61.     padding-left: 15%;
  62.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/goodies.png");
  63.     padding-bottom: 5px;
  64. }
  65.  
  66. img[src="//s.ppy.sh/images/osu-support.png"] {
  67.     padding-left: 15%;
  68.     content: url("chrome-extension://cpofnhmelnncnapphljdnaogajifejif/support.png");
  69. }
  70.  
  71. body::-webkit-scrollbar {
  72.  display: none;
  73. }
  74.  
  75. .postedit:focus {
  76.     color: black;
  77. }
  78.  
  79. .postedit {
  80.     color: rgb(150,150,150);
  81.     font-size:14px;
  82.     font-family: "Arial" !important;
  83. }
  84.  
  85. .clickable-cell p a {
  86.     font-weight: normal !important;
  87. }
  88.  
  89. .topicdetails {
  90.     font-size: 14px;
  91. }
  92.  
  93. /* Some Typography stuff. You can leave that out */
  94.  
  95. * {
  96.     font-family: "Impact" !important;
  97. }
  98.  
  99. a {
  100.     text-shadow: #000000 0px 0px 0px !important;
  101. }
  102.  
  103. .sf-menu a {
  104.     font-family: "Poplar Std" !important;
  105.     font-size: 15px;
  106.     font-weight: normal !important;
  107.     letter-spacing: 0.5px;
  108. }
  109.  
  110. #playstats b {
  111.     color: #15DFDF!important;
  112.     font-weight: normal !important;
  113.     text-shadow: #10CFEF 0px 0px 10px !important;
  114. }
  115.  
  116. .content-infoline div {
  117.     color: rgb(236,236,236) !important;
  118. }
  119.  
  120. .content-infoline div b {
  121.     font-weight: normal !important;
  122. }
  123.  
  124. .content-infoline div i {
  125.     visibility: hidden;
  126.     padding-right: 1px;
  127. }
  128.  
  129. .paddingboth .news-heading a {
  130.     font-weight: lighter !important;
  131.     font-size: 15px;
  132. }
  133.  
  134. .paddingboth .news-heading a b {
  135.     font-weight: normal !important;
  136. }
  137.  
  138. .paddingboth .news-text p {
  139.     font-size: 14px;
  140. }
  141.  
  142. #chat table tbody tr td:not(.chattime) {
  143.     font-size: 12px;
  144. }
  145.  
  146. /* Wiki specific. mostly typography. Without this the wiki is almost unreadable with my skin mods */
  147.  
  148. .mw-content-ltr p {
  149.     font-size: 16px;
  150. }
  151.  
  152. .mw-content-ltr p u b {
  153.     font-weight: normal !important;
  154.     color: #6BB9F0;
  155. }
  156.  
  157. .mw-content-ltr ul li {
  158.     font-size: 14px;
  159. }
  160.  
  161. .mw-content-ltr h3 {
  162.     font-size: 16px;
  163.     font-weight: normal;
  164. }
  165.  
  166. .wikitable tbody tr th {
  167.     font-weight: normal !important;
  168.     font-size: 12px;
  169. }
  170.  
  171. /* Forum specific stuff. kinda the same reason as for the wiki */
  172.  
  173. .forum_posts_table tbody .headers th {
  174.     color: rgb(221,221,221);
  175.     font-weight: normal !important;
  176.     font-size: 12px;
  177. }
  178.  
  179. .forum_posts_table tbody .headers :hover {
  180.     color: white !important;
  181. }
  182.  
  183. .forum_posts_table tbody .headers th :hover {
  184.     color: white !important;
  185. }
  186.  
  187. .forum_posts_table tbody .row3 td b {
  188.     font-weight: normal !important;
  189.     font-size: 16px;
  190. }
  191.  
  192. .forum_posts_table tbody .row3 td :hover {
  193.     color: white !important;
  194. }
  195.  
  196. .forum_posts_table tbody tr .clickable-cell {
  197.     font-size: 14px;
  198.     color: white;
  199. }
  200.  
  201. .forum_posts_table tbody {
  202.     color: white !important;
  203. }
  204.  
  205. .forum_posts_table tbody :hover {
  206.     color: white !important;
  207. }
  208.  
  209. .forum_posts_table tbody .rowold {
  210.     color: rgb(150,150,150);
  211. }
  212.  
  213. .timeago {
  214.     color: rgb(150,150,150) !important;
  215. }
  216.  
  217. .username-coloured {
  218.     font-weight: normal !important;
  219.     font-style: italic !important;
  220. }
  221.  
  222. .username-self {
  223.     font-weight: normal !important;
  224.     font-style: italic !important;
  225.     color: rgb(135,211,124) !important;
  226. }
  227.  
  228. .username-self, .topicauthor a {
  229.     font-size: 14px;
  230. }
  231.  
  232. i {
  233.     visibility: hidden !important;
  234. }
  235.  
  236. .icon-edit {
  237.     display: none !important;
  238. }
  239.  
  240. .postbody * {
  241.     font-weight: normal !important;
  242. }
  243.  
  244. .postbody {
  245.     font-size: 16px;
  246. }
  247.  
  248. .posttext span {
  249.     font-weight: normal !important;
  250. }
  251.  
  252. .scoreLeader tbody tr td, .scoreLeader tbody tr td strong {
  253.     font-weight: normal !important;
  254. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement