Difference between revisions of "MediaWiki:Common.css"

From XilePK - Ragnarok Online Server
Jump to navigation Jump to search
Line 5: Line 5:
 
/* { font-family: courier new } */
 
/* { font-family: courier new } */
  
/* Extension:ClipBox */
+
.copy-button {
.clipbox {
+
    color: #0066cc;
font-size: 16px;
+
    cursor: pointer;
color: #333;
+
    border-bottom: 1px dotted #0066cc;
align-items: center;
 
}
 
.clipbox input {
 
padding: 7px 0;
 
text-align: center;
 
border-radius: 5px;
 
font-size:14px;
 
letter-spacing:1px;
 
}
 
.clipbox button {
 
font-size: 16px;
 
padding: 9px;
 
border-radius: 5px;
 
color:#444;
 
}
 
.clipbox button:hover {
 
opacity: 0.8;
 
 
}
 
}

Revision as of 11:49, 11 April 2025

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

* body.page-Main_Page h1.firstHeading { display:none; }

/* { font-family: courier new } */

.copy-button {
    color: #0066cc;
    cursor: pointer;
    border-bottom: 1px dotted #0066cc;
}