Kullanıcı:Srhat/nostalgia.css

Vikikaynak, özgür kütüphane

Not: Yayımladıktan sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R).
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Ctrl-F5 tıklayın.
/* 
See also: [[MediaWiki:Common.css]]

Tools: [http://www.wikia.com/index.php?title=MediaWiki:Monobook.css&action=raw&ctype=text/css&smaxage=18000 reload cache] | [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3AMonobook.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all check w3c validation]

<pre><nowiki>*/

/* ********** */
/* * SEARCH * */
/* ********** */

/* Buttons and search box to fit in better with the Monobook-style */

input.searchButton, #wpSave, #wpPreview,#wpDiff {
    padding: 0 0.4em !important;
    background-color: White;
    color: black;
    border: 1px solid #2f6fab;  
}

#searchGoButton {
    font-weight: normal;
}

/* Light yellow highlight on focus for search forms */

#p-search input:focus {background:lightyellow;}

/* ************** */
/* * END SEARCH * */
/* ************** */

/* Add small (0.5k) Wikicities-themed background image to bottom right of categories bar */
#catlinks { 
    background-image: url(/images/f/fe/Wikicitiescategorybackground.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* gaming portal */
#gamingFrame {
  background-image:url(http://images.wikia.com/central/images/6/69/Gaming_frame.png);
  background-repeat:no-repeat;
  height:95px;
  margin-right:70px;
  padding:8px; width:295px; 
} 

#startFrame {
  background-image:url(http://images.wikia.com/central/images/3/3d/Start_frame.png);
  background-repeat:no-repeat;
  height:95px;
  margin-right:70px;
  padding:8px;
  width:295px; 
}


/* **************************************** */
/* *             per page CSS             * */
/* **************************************** */

/* Remove ads on certain pages */

/* This css is for use on the central Wikia only. 
 * It may not be copied to other wikis to hide ads. 
 * Please read the terms of use. */

.page-Template_Home #column-google,
.page-Start_a_new_Wikia #column-google,
.page-Request_a_new_wiki #column-google,
.page-Accueil #column-google,
.page-Special_Userlogin #column-google,
.page-Wikia #column-google {display:none}

.page-Template_Home div.content-ads,
.page-Start_a_new_Wikia div.content-ads,
.page-Request_a_new_wiki div.content-ads,
.page-Accueil div.content-ads,
.page-Special_Userlogin div.content-ads,
.page-Wikia div.content-ads {
    border-right: none;
    margin: 2.8em 0 0 12.2em;
}

/* [[Wikia]] and [[Template:Home]] */

.page-Wikia h1.firstHeading, .page-Wikia #siteSub, .page-Wikia #contentSub, .page-Wikia #lastmod { display: none !important; }
.page-Template_Home h1.firstHeading, .page-Template_Home #siteSub, .page-Template_Home #contentSub, .page-Template_Home #lastmod { display: none !important; }
.page-Wikia .templatesUsed { display: none; } /* Just to make it a bit less hard to vandalize */

/* Totally blank page interface at [[Template:Home/temp]] for testing */

/* This css is for the central Wikia only. 
 * Usage on other Wikia wikis
 * violates the terms of use */

.page-Template_Home_temp #column-one, .page-Template_Home_temp .portlet, .page-Template_Home_temp #column-google { display:none; }
.page-Template_Home_temp #beforeFirstHeading, .page-Template_Home_temp .firstHeading, .page-Template_Home_temp #siteSub, .page-Template_Home_temp #contentSub, .page-Template_Home_temp #footer { display:none; }
.page-Template_Home_temp #column-content {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.page-Template_Home_temp .content-ads, .page-Template_Home_temp .content-noads  {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.page-Template_Home_temp #bodyContent { 
  padding: 0; 
  margin: 0;
}
body.page-Template_Home_temp  { padding: .5em }

/* **************************************** */
/* *           end per page CSS           * */
/* **************************************** */

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

/*** trying a style on the menus ***/

#p-wikicities-nav, #p-tb, #p-search, #p-navigation {
    background-color: #fffff6; 
    border:1px solid black;
}
#p-navigation .pBody, #p-search .pBody, #p-tb .pBody, #p-lang .pBody, #p-wikicities-nav .pBody { 
    display: block;
    border: none;
    background-color: transparent;
    padding: 0
}
.portlet h5 {
    font-weight:bold;
    display: block;
    border-bottom: 1px solid #ccccff;
    padding-bottom: .35em;
}
.pBody a { text-decoration: none; }
.pBody ul li:hover { background-color:#ffffcc }
#p-navigation .pBody ul, #p-search .pBody ul, #p-tb .pBody ul, #p-lang .pBody ul, #p-wikicities-nav .pBody ul { 
    list-style-image: none;
    list-style-position: outside;
    list-style-type: circle;
    padding: 0 0 0 1.5em;
    margin: 0;
}
#p-navigation .pBody li, #p-search .pBody li, #p-tb .pBody li, #p-lang .pBody li, #p-wikicities-nav .pBody li { 
    border-left: 1px solid #ffcccc;
    border-bottom: 1px solid #ccccff;
    padding: 0 0 .05em .5em;
}