Advertisement
elpsychris

Mahou Sensou

May 14th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.21 KB | None | 0 0
  1. /* MS Background */
  2. @media only screen and (min-width:1083px) {
  3. .MiniEditor.page-Mahou_Sensou {
  4. opacity: 1;
  5. background: url("http://vignette4.wikia.nocookie.net/sonako/images/b/bf/Mahou_Sensou_back.jpg/revision/latest?cb=20160515050908");
  6. }
  7.  
  8. .MiniEditor.page-Mahou_Sensou .WikiaPage .WikiaPageBackground {
  9. background: black;
  10. opacity: 0.5;
  11. }
  12. /* MS Color links & texts */
  13. .MiniEditor.page-Mahou_Sensou .WikiaMainContent a {
  14. color: #66FF00;
  15. }
  16. .MiniEditor.page-Mahou_Sensou .WikiaMainContent a:hover {
  17. text-decoration-style: solid;
  18. text-shadow: 1px 1px 3px #66FF00;
  19. }
  20. .MiniEditor.page-Mahou_Sensou .WikiaMainContent a.new {
  21. color: red;
  22. font-weight: bold;
  23. }
  24. .MiniEditor.page-Mahou_Sensou .WikiaMainContent a.new:hover {
  25. color: #66FF00;
  26. font-weight: bold;
  27. }
  28. .MiniEditor.page-Mahou_Sensou .WikiaMenuElement a {
  29. color: black;
  30. text-decoration: none;
  31. }
  32. .MiniEditor.page-Mahou_Sensou .WikiaArticleComments a {
  33. color: #66FF00;
  34. text-decoration: none;
  35. }
  36. .MiniEditor.page-Mahou_Sensou .WikiaRail a {
  37. color: #66FF00;
  38. }
  39. .MiniEditor.page-Mahou_Sensou #article-comments-counter-header a {
  40. color: #66FF00;
  41. }
  42. .MiniEditor.page-Mahou_Sensou .wikia-menu-button>a,
  43. .MiniEditor.page-Mahou_Sensou a.wikia-button {
  44. color: white;
  45. }
  46. .MiniEditor.page-Mahou_Sensou a.wikia-button.secondary {
  47. color: black;
  48. }
  49. .MiniEditor.page-Mahou_Sensou .WikiaRail {
  50. color: white;
  51. }
  52. .MiniEditor.page-Mahou_Sensou #RelatedPagesModuleWrapper .articleSnippet {
  53. color: white;
  54. }
  55. /* MS Color H2 & H3 */
  56. .MiniEditor.page-Mahou_Sensou .WikiaArticle h2 {
  57. font-weight: bold;
  58. text-shadow: 1px 1px 5px #0FF;
  59. }
  60. .MiniEditor.page-Mahou_Sensou .WikiaArticle h3 {
  61. font-weight: bold;
  62. text-shadow: 1px 1px 3px #E58129;
  63. }
  64. .MiniEditor.page-Mahou_Sensou .WikiaArticle h3 a.new {
  65. color: red;
  66. font-weight: bold;
  67. }
  68. .MiniEditor.page-Mahou_Sensou {
  69. color: white;
  70. }
  71. /* MS Comment */
  72.  
  73. .MiniEditor.page-Mahou_Sensou .SpeechBubble.even .speech-bubble-message,
  74. .MiniEditor.page-Mahou_Sensou .SpeechBubble.owner .speech-bubble-message {
  75. background: #1b1e21;
  76. }
  77. .MiniEditor.page-Mahou_Sensou .SpeechBubble.even .speech-bubble-message:after,
  78. .MiniEditor.page-Mahou_Sensou .SpeechBubble.owner .speech-bubble-message:after {
  79. border-color: transparent #1b1e21 #1b1e21 transparent;
  80. }
  81. .MiniEditor.page-Mahou_Sensou .SpeechBubble .speech-bubble-message {
  82. background: #212121;
  83. border: 1px solid #464646;
  84. }
  85. .MiniEditor.page-Mahou_Sensou .SpeechBubble .speech-bubble-message:after {
  86. border-color: transparent #212121 #212121 transparent;
  87. }
  88.  
  89. /* MS Navigation */
  90. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li.nav-item {
  91. box-shadow: 0 0 0 1px #000000 inset;
  92. }
  93. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li.marked {
  94. background-color: #000000;
  95. }
  96. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li.nav-item > a {
  97. color: #000000;
  98. }
  99. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li.marked > a {
  100. color: white;
  101. }
  102. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav .subnav-2 li .subnav-2a {
  103. background-color: #000000;
  104. border-color: #000000;
  105. }
  106. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav .subnav-2 li.marked2 .subnav-2a {
  107. background: white;
  108. color: #000000;
  109. }
  110. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li.marked .subnav-2a:hover {
  111. background-color: white;
  112. color: #000;
  113. border-color: #000;
  114. }
  115. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li {
  116. border-bottom: 1px solid black;
  117. }
  118.  
  119. .MiniEditor.page-Mahou_Sensou .WikiHeader > nav li > a {
  120. border-left: 1px solid transparent;
  121. }
  122. /* MS Toolbar */
  123. .MiniEditor.page-Mahou_Sensou .WikiaBarWrapper {
  124. background: linear-gradient(to bottom, #2b2d2e 25%, #060708 50%, #2b2d2e 75%);
  125. }
  126. .MiniEditor.page-Mahou_Sensou .WikiaBarWrapper .toolbar .tools > li {
  127. border-right: 1px solid rgba(168, 89, 79, 0);
  128. }
  129. .MiniEditor.page-Mahou_Sensou .WikiaBarWrapper .toolbar .tools > li > a {
  130. color: white;
  131. font-weight: 700;
  132. }
  133. .MiniEditor.page-Mahou_Sensou #backtotop button{
  134. background: black;
  135. color: white;
  136. border: none;
  137. }
  138. .MiniEditor.page-Mahou_Sensou #backtotop button:hover {
  139. text-decoration: underline;
  140. }
  141. /* MS Linh tinh */
  142. .MiniEditor.page-Mahou_Sensou .WikiaArticle pre {
  143. background-color: black;
  144. color: white;
  145. }
  146. .MiniEditor.page-Mahou_Sensou .WikiaRail .module {
  147. background: black;
  148. opacity: 0.9;
  149. }
  150. .MiniEditor.page-Mahou_Sensou .WikiaPage {
  151. border: 0;
  152. }
  153. .MiniEditor.page-Mahou_Sensou .WikiaArticleComments .article-comments {
  154. opacity: 0.86;
  155. }
  156. .MiniEditor.page-Mahou_Sensou .WikiaRail .module {
  157. background: black;
  158. opacity: 0.7;
  159. }
  160. .MiniEditor.page-Mahou_Sensou .page-share-toolbar svg {
  161. fill: white;
  162. }
  163. /**************/
  164. /* Cursor */
  165. /**************/
  166. body.page-Mahou_Sensou {
  167. cursor: url('http://i.imgur.com/skFrKZT.png'), auto;
  168. }
  169.  
  170. .page-Mahou_Sensou a:link{
  171. cursor: url(' http://i.imgur.com/G6qLe1D.png'), pointer;
  172. }
  173.  
  174. .page-Mahou_Sensou a:visited{
  175. cursor: url('http://i.imgur.com/G6qLe1D.png'), pointer;
  176. }
  177.  
  178. .page-Mahou_Sensou a:hover{
  179. cursor: url('http://i.imgur.com/G6qLe1D.png'), pointer;
  180. }
  181.  
  182. .page-Mahou_Sensou a:active{
  183. cursor: url('http://i.imgur.com/plK9Pfj.png'), pointer;
  184. }
  185.  
  186. .page-Mahou_Sensou p:hover{
  187. cursor: url('http://i.imgur.com/skFrKZT.png'), text;
  188. }
  189. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement