Μετά την αποθήκευση πρέπει να καθαρίσετε την κρυφή μνήμη (cache) του browser σας για να δείτε τις αλλαγές: Σε Chrome, Firefox, Safari, Internet Explorer και Edge: Κρατήστε πατημένο το Shift και κάντε κλικ στο κουμπί Ανανέωση στην μπάρα εργαλείων.

/* <pre> */
/* remove some links from the navigation box */
li#n-portal, /* The link to the community portal */
li#n-currentevents, /* The link to the current events */
li#n-Featured-articles, /* The link to the featured articles */
li#n-randompage, /* The link to Special:Random */
li#n-help, /* The link to help */
li#n-contact, /* The link to contact wikipedia */
li#n-sitesupport, /* The donations link */
li#t-specialpages,
li#t-recentchangeslinked, /* The link to "Related Changes". Note: You can use Special:Recentchangeslinked instead */
li#t-upload /* The upload file link. Please upload to the commons instead */
{display:none}

/* rm sitenotice */

#siteNotice {
    display: none;
}

/* Don't Display "From Wikipedia, the free encyclopedia", because we know that we are at wikipedia */
#siteSub {
    display: none;
}

/* Unbold 'edit' link*/
#ca-edit a { font-weight: normal !important;}


/* </pre> */

/* <pre> */

/* hide copyleft/disclaimer footer */
#footer {display: none;}

/* hide "special warnings2" messages and "special characters" box in edit pages */
#editpage-copywarn2 {display: none;}
#editpage-specialchars {display: none;}


/* put scrollbar on pre sections. and solid borders */
pre {overflow: auto;}
pre {border: 1px solid #aaa;}

/* gray border for Categories at bottom of page */
#catlinks {padding:0 5px 0 5px; margin-top:0.5em; -moz-border-radius:.5em; border:1px solid #CDCDCD; clear:both;}


/* </pre> */

/* <pre> */

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

/* </pre> */

/* Remove logout, never use it anyway */

li#pt-logout { display: none; }

/* suppress the person icon by your username */
li#pt-userpage { background: none }

/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");

/* Diff rendering */

table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline { 
    background: #f5f5f5;
    color: #4169e1;
    font-size: 100%;
}
td.diff-deletedline { 
    background: #f5f5f5;
    color: #b22222;
    font-size: 100%;
}
td.diff-context {
    background:#e6e6fa;
    color: #708090;
    font-size: 100%;
}
span.diffchange { color: #00008b; }

}

/* Standardize messagebox theme */

.messagebox.standard-talk {
   border: 1px solid #696969;
   background-color: #f5f5f5;

}

.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}

/* Orange bar of death */

.usermessage {
    background-color: lightgreen;
    border-color: #B5F;
    color: black;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomright: 1em;
    text-align: center;
}

/* Voting */
.votesupport {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.voteoppose {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.votekeep {

  background-color: lightblue;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.votedelete {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.rfacomment {

  background-color: orange;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}

.commentimportant {

  background-color: red;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentmediumpriority {

  background-color: yellow;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.commentlowpriority {

  background-color: lightgreen;
  color: Black;
  border:1px solid green;
  display:inline;
  -moz-border-radius:20px;
  padding:0px 5px 3px 5px;

}


.GeorgeMoneycomment {

   background-color: red;
   color: Black;
}

<pre><nowiki>
#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

/*</nowiki></pre>/*

/*<pre><nowiki>/*
/* Spoilers */
#spoiler1
{
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}

#spoiler2
{
        margin: 0px;
        padding: 2px;
        border: 1px solid #aaaaaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}

#spoiler3
{
        height: 1.6em;
        font-weight: bold;
        font-size: 100%;
        background-color: #efefef;
        position:relative;
}

#spoiler4
{
        font-size: 100%;
}
/*</nowiki></pre>/*