×
Create a new article
Write your page title here:
We currently have 22 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)
No edit summary
LBMapper12 (talk | contribs)
No edit summary
 
Line 5: Line 5:
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=1300515638615474250&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=1300515638615474250&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );


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}
/* Users */
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; }
/* - Admins - */
mw_content { background-color: #e7fce3; }
a[href$="LBMapping12"],
a[href$="/LBMapping12"] {
background:linear-gradient(80deg,#FFA343,#FFCC33,#FFFF66)
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
a[href$="User:LBMapping12"]::before {
      content: '';
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 20px;
        background: url('https://topicalballs.skywiki.org/images/topicalballswiki/b/b0/LB-icon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
}
 


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


/*****Custom cursor *****/  
/*****Custom cursor *****/  

Latest revision as of 16:12, 24 January 2025

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

@import url("/load.php?mode=articles&articles=MediaWiki:SpoilerTags.css");

$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=1300515638615474250&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );

/* Users */

/* - Admins - */
a[href$="LBMapping12"],
a[href$="/LBMapping12"] {
	background:linear-gradient(80deg,#FFA343,#FFCC33,#FFFF66)
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

a[href$="User:LBMapping12"]::before {
       content: '';
        vertical-align: middle;
        display: inline-block;
        width: 17px;
        height: 20px;
        background: url('https://topicalballs.skywiki.org/images/topicalballswiki/b/b0/LB-icon.png') no-repeat center center;
        background-size: cover;
        margin-right: 4px;
}



/*****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; 
}