MediaWiki:Common.css: Difference between revisions

From Servantpedia
Jump to navigation Jump to search
LBMapper12 (talk | contribs)
No edit summary
LBMapper12 (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
/*Global cursor */  
/*Global cursor */  
body {
body {
     cursor: url('/wiki/Special:FilePath/Cursor.png'), pointer;  
     cursor: url('/wiki/Special:FilePath/ServatiaballCursor.png'), pointer;  
}  
}  
/*Link cursor */
/*Link cursor */
a:hover {
a:hover {
     cursor: url('/wiki/Special:FilePath/CursorHover.png'), pointer;  
     cursor: url('/wiki/Special:FilePath/ServatiaballCursorHover.png'), pointer;  
}
}

Latest revision as of 19:58, 10 January 2025

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

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

.home-module {
    width: 100%; margin-bottom: 1em; padding: 1em;
    border-radius: 5px; border-top: #ffe500 solid 5px;
    background-color: var(--theme-page-background-color--secondary);
    color: var(--theme-page-text-color);
}
.home-sidebar {	width: 300px; }
.home-block { padding: 10px 0px; }
.home-center { text-align: center; }
.home-justify { text-align: justify; }
.home-title-big { font-size: 24px; }
.home-title-medium { font-size: 16px; }
.home-small { font-size: smaller; }
.home-item { text-align: center; }
.home-item:hover { background-color: var(--theme-link-color); border-radius: 5px; }
/*****Custom cursor *****/ 
/*Global cursor */ 
body {
     cursor: url('/wiki/Special:FilePath/ServatiaballCursor.png'), pointer; 
} 
/*Link cursor */
a:hover {
     cursor: url('/wiki/Special:FilePath/ServatiaballCursorHover.png'), pointer; 
}