×
Create a new article
Write your page title here:
We currently have 21 articles on Topicalballs Wiki. Type your article name above or click on one of the titles below and start writing!



Topicalballs Wiki

MediaWiki:Common.css: Difference between revisions

LBMapper12 (talk | contribs)
Created page with "CSS placed here will be applied to all skins: @import "/load.php?mode=articles&articles=u:dev:MediaWiki:OldEuropa.css&only=styles"; a[href$=":ILoveKirby777"], a[href$="/ILoveKirby777"] { font-weight: bold !important; background :linear-gradient(90deg,cyan,blue,cyan,blue) ; -webkit-background-clip:text !important; -webkit-text-fill-color:transparent} a[href$=":LBMapping12"], a[href$="/LBMapping12"] { font-weight: bold !important; background :linear-gradient(80deg,#F..."
 
LBMapper12 (talk | contribs)
No edit summary
Line 13: Line 13:
/*Global cursor */  
/*Global cursor */  
body {
body {
     cursor: url('/wiki/Special:FilePath/Cursor.png'), pointer;  
     cursor: url('/wiki/Special:FilePath/BallCursor.png'), pointer;  
}  
}  
/*Link cursor */
/*Link cursor */
a:hover {
a:hover {
     cursor: url('/wiki/Special:FilePath/CursorHover.png'), pointer;  
     cursor: url('/wiki/Special:FilePath/BallCursorHover.png'), pointer;  
}
}

Revision as of 13:16, 31 December 2024

/* CSS placed here will be applied to all skins */

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:OldEuropa.css&only=styles";
a[href$=":ILoveKirby777"], a[href$="/ILoveKirby777"] { font-weight: bold !important; background :linear-gradient(90deg,cyan,blue,cyan,blue) ; -webkit-background-clip:text !important; -webkit-text-fill-color:transparent}
a[href$=":LBMapping12"], a[href$="/LBMapping12"] { font-weight: bold !important; background :linear-gradient(80deg,#FFA343,#FFCC33,#FFFF66) ; -webkit-background-clip:text !important; -webkit-text-fill-color:transparent}
body { font-size: 15px; }
mw_content { background-color: #e7fce3; }

body { font-size: 15px; }
mw_content { background-color: #e7fce3; }

/*****Custom cursor *****/ 
/*Global cursor */ 
body {
     cursor: url('/wiki/Special:FilePath/BallCursor.png'), pointer; 
} 
/*Link cursor */
a:hover {
     cursor: url('/wiki/Special:FilePath/BallCursorHover.png'), pointer; 
}