Flipline Studios Wiki
Register
Advertisement

Merk: Etter publisering vil det kanskje være nødvendig å slette mellomlageret i nettleseren din for å se endringene.

  • Firefox / Safari: Hold Shift mens du klikker på Oppdater, eller trykk enten Ctrl+F5 eller Ctrl+R (⌘+R på Mac)
  • Google Chrome: Trykk Ctrl+Shift+R (⌘+Shift+R på Mac)
  • Internet Explorer / Edge: Hold Ctrl mens du trykker på Oppdater eller trykk Ctrl+F5
  • Opera: Ttrykk Ctrl+F5.
/** CSS placed here will be applied to all skins */
 

/* HIGHLIGHTED USERNAMES LIST */
/*--------------------------*/
/*
------------
INSTRUCTIONS
------------
 
The order that names appear on this list determine which title takes precedence.  
A user will be marked by the last entry in this list, no matter how many entries they have.
 
A user will be marked with the last designation on this list that they have:
* Rollback
* Chat moderator
* Administrator
* Bureaucrat
* Founder

 
*/

a[href="/wiki/Bruker:Simen47"] {color: red !important}

.comments li[data-user="Simen47"] blockquote {
	background:#abd9cf !important;
}
.comments li[data-user="Simen47"] blockquote:after {
	border-color:transparent #abd9cf #abd9cf transparent !important;
}
.comments li[data-user="Simen47"] blockquote div {
	background:transparent !important;
}

a[href="/wiki/Bruker:Skriver123"] {color: blue !important}

.comments li[data-user="Skriver123"] blockquote {
	background:#C9F7ED !important;
}
.comments li[data-user="Skriver123"] blockquote:after {
	border-color:transparent #C9F7ED #C9F7ED transparent !important;
}
.comments li[data-user="Skriver123"] blockquote div {
	background:transparent !important;
}

.WikiaArticle .picture-attribution {display:none;}

/* SØKEBOKSEN */
 
.WikiaSearch input[type="text"] {
     -webkit-border-radius: 0.75em;
     -moz-border-radius: 0.75em;
     border-radius: 0.75em 0 0 0.75em;
     padding: 3px 0 3px 4px;
     border: 2px solid #000000;
     box-shadow: inset 0 0 7px #000000;
     -moz-box-shadow: inset 0 0 7px #000000;
     -webkit-box-shadow: inset 0 0 7px #000000;
     -o-box-shadow: inset 0 0 7px #000000;
}
 
.WikiaSearch button {
     border: 2px solid #000000;
     height: 29px;
     top: 0;
     -webkit-border-radius: 0 0.75em 0.75em 0;
     -moz-border-radius: 0 0.75em 0.75em 0;
     border-radius: 0 0.75em 0.75em 0;
}
 
.WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
color: black ;
}
 
.WikiaSearch input.placeholder[type="text"] {
  color:black !important;
}
.WikiaSearch input[type="text"]::-webkit-input-placeholder {
  color:black !important;
}
 
.oasis-one-column .WikiaPageHeader .WikiaSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 0;
}
 
.WikiaSearch .autocomplete {
     border: 2px solid #000000;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
}

/* ANNET */

.WikiaActivityModule .activity-heading,
.LatestPhotosModule > h1.tight,
#WikiaSpotlightsModule header h1,
.CommunityCornerModule h2,
.HotSpotsModule h1,
.FollowedPagesModule h1,
.ChatModule > h1 {
    margin-top: -17px !important;
    margin-left: -12px !important;
    margin-right: -12px !important;
    margin-bottom: 8px !important;
    padding: 0.15em;
    color: White;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #666666;
    -moz-box-shadow: 0px 1px 2px #666666;
    -o-box-shadow: 0px 1px 2px #666666;
    box-shadow: 0px 1px 2px #666666;
}
 
.WikiaActivityModule .activity-heading {
    background: url("http://images1.wikia.nocookie.net/papacooking/images/4/46/Aktivitet_fast.png");
}
 
.LatestPhotosModule > h1.tight {
    background: url("http://images3.wikia.nocookie.net/papacooking/images/2/24/Nyebilder_fast.png");
}
 
.FollowedPagesModule h1 {
    background: url("http://images1.wikia.nocookie.net/papacooking/images/b/bd/Fulgteside_fast.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 
.WikiaRail .module, .GamingCalendarModule {
   margin-top: 10px;
   margin-bottom:5px;
   background: white;
   font-size: 100%;
   border: 2px solid #000000;
   moz-border-radius: 0.75em;
   -webkit-border-radius: 0.75em;
   border-radius: 0.75em;
   box-shadow: inset 0 0 7px #666666;
   -moz-box-shadow: inset 0 0 7px #666666;
   -webkit-box-shadow: inset 0 0 7px #666666;
   -o-box-shadow: inset 0 0 7px #666666;
}
 
.LatestPhotosModule > h1.tight, .WikiaRail .RelatedVideosModule.module #RelatedVideosRL h1 {
    margin-bottom: 15px !important;
}
 
.WikiaArticleCategories {
    background-color: #FFFFFF;
    border: 2px solid #000000;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    box-shadow:0 0px 7px #666666;
    -moz-box-shadow: inset 0 0 7px #666666;
    -webkit-box-shadow: inset 0 0 7px #666666;
    -o-box-shadow: inset 0 0 7px #666666;
}

#WikiaSpotlightsModule header h1 {
    background: url("http://images1.wikia.nocookie.net/papacooking/images/2/24/Nyesider_fast.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.CommunityCornerModule h2 {
    background: url("http://images1.wikia.nocookie.net/papacooking/images/b/b9/Fb_fast.png");
}

.WikiaRail .module h1, .WikiaRail .module h2, .WikiaRail #RIGHT_SKYSCRAPER h2 {
    padding: .18em;
    font-size: 17px;
}

.HotSpotsModule h1 {
    background: url("http://images1.wikia.nocookie.net/papacooking/images/2/24/Nyesider_fast.png");
}

/* Small reference list, make the list of references look smaller and highlight clicked reference in blue, from Wikipedia */
ol.references { font-size: 90%; }
.references-small { font-size: 90%;}
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
 
.references-small { font-size: 90%;}
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz- and -webkit- are vendor-specific extensions (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
  font-size: 90%;
  -moz-column-count:2; /* Firefox */
  -webkit-column-count:2; /* Chrome & Safari */
}

/*Bytter Header på Redigerings-skjermen*/
header#EditPageHeader {
            background: url("http://images1.wikia.nocookie.net/papacooking/images/b/bd/Edit_test02.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0.75em 0.75em 0 0;
    -webkit-border-radius: 0.75em 0.75em 0 0;
}

.WikiaRail, .WikiaMainContent {
    margin-top: 0px;
}

#EditPageHeader, .AdminDashboardHeader {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: none;
}

/*admin dashboard header changes*/
header#AdminDashboardHeader.AdminDashboardHeader {
background: url("http://images1.wikia.nocookie.net/papacooking/images/b/bd/Edit_test02.png");
}

.WikiaRail, .WikiaMainContent {
    margin-top: 0px;
}

/* new navbar color */

.WikiHeader .navbackground div {
      background-color: transparent;
}

.WikiHeader .navbackground {
      background-color: transparent;
      background-image: -moz-linear-gradient(top, #3E9200 0%, #337800 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3E9200), color-stop(100%, #337800));
}

.WikiHeader > nav li.marked {
      background-image: -moz-linear-gradient(top, #49AB00 0%, #3E9200 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #49AB00), color-stop(100%, #3E9200));
}

.WikiHeader > nav .subnav-2 {
      background-image: -moz-linear-gradient(top, #3E9200 0%, #337800 100%);
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #3E9200), color-stop(100%, #337800));
}

/* Aktivitet bilde */

section.WikiaActivityModule.module, section.HotSpotsModule.module, section.FollowedPagesModule.module {
  background: #FFFFFF url(http://images4.wikia.nocookie.net/__cb20130501103509/papacooking/images/c/cf/Tony_blek_test1.png) no-repeat right bottom;
}

/*INNHOLD BAKGRUNN */

.WikiaArticle .toc {
    -moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    -webkit-border-radius: 0.4em 0.4em 0.4em 0.4em;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: #FFFFFF url(http://images3.wikia.nocookie.net/papacooking/images/6/69/Pl_test03.png) no-repeat center center;
}

/* Navigation bakgrunn */

.WikiHeader {
   background: url(http://images2.wikia.nocookie.net/papacooking/images/c/c7/Test_11.png);
   background-size: cover;
}

div.Boxmerge,
div.NavFrame {
    margin: 0px;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #BFD7FF;     /* Level 1 color */
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position:absolute;
    top:0px;
    right:3px;
    font-weight:normal;
    font-size:smaller;
}

.WikiHeader nav { 
       background-color:rgba(255, 255, 255, 0.8);
       width:auto;
       -moz-border-radius: 2px; 
       -webkit-border-radius: 2px; 
       border-radius: 2px;
       -khtml-border-radius: 2px;     
}

.WikiaTopAds {
  padding-top: 0px;
}

#banner
{
  width: 100%;
  height: 20px;
  margin: 0;
  color: #FFF;
  padding: 15px;
  font-size: x-large;
  background: #141414;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#053871', endColorstr='#3380D8');
  background: -webkit-gradient(linear, left top, right bottom, from(#000), to(#141414));
  background: -moz-linear-gradient(left, #000, #141414);
}


div.headingblue {
            background: url("http://static3.wikia.nocookie.net/papacooking/images/4/44/TEST06.png");
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
         -o-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0px 1px 2px #666666;
       -moz-box-shadow: 0px 1px 2px #666666;
         -o-box-shadow: 0px 1px 2px #666666;
            box-shadow: 0px 1px 2px #666666;
}
 
div.headinggreen {
            background: url("http://static1.wikia.nocookie.net/papacooking/images/b/b3/TEST03.png");
            margin-top: 5px;
            margin-left: 3px;
            margin-right: 3px;
            margin-bottom: 5px;
            color: White;
            font-size: 100%;
            font-weight: bold;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0px 0px 4px #666666;
       -moz-box-shadow: 0px 0px 4px #666666;
         -o-box-shadow: 0px 0px 4px #666666;
            box-shadow: 0px 0px 4px #666666;
}

-HOVEDSIDE UTSEENDE slutt--

.headingblue small a, .headingblue .editlink a {
color: #FFFFFF; 
}

.headinggreen small a, .headinggreen .editlink a {
color: #FFFFFF; 
}

table.mptable1 {
width:100%; 
background-color:#64B668; 
margin-top:2px; 
padding:5px;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
border:2px solid #0A6F2F;
}

.mpheading1 {
font-size:16px;
padding:5px; 
background:#0A6F2F; 
border:1px solid #99FF99; 
color:#FFFFFF; 
text-align:center;
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */
}

.mpheading1 small a, .mpheading1 .editlink a {
color: #64B668; 
}

table.mptable2 {
width:100%; 
background-color:#99BBEE; 
margin-top:2px; 
padding:5px;
border:2px solid #1154A4; 
-moz-border-radius:10px; /* Firefox */
 border-radius:10px; /* Chrome, Safari, Opera */
}

.mpheading2 {
font-size:16px;
padding:5px;
background:#1154A4;
border:2px solid #1E90FF;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
color:#FFFFFF;
text-align:center;
}

.mpheading2 small a, .mpheading2 .editlink a {
color: #000; 
}

hr.mphr2 {
height:1px;
border-width:0px;
color:#000;
background-color:#000;
}

table.mptable1 {
width:100%; 
background-color:#64B668; 
margin-top:2px; 
padding:5px;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
border:2px solid #0A6F2F;
}

.mpheading1 {
font-size:16px;
padding:5px; 
background:#0A6F2F; 
border:1px solid #99FF99; 
color:#FFFFFF; 
text-align:center;
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */
}

.mpheading1 small a, .mpheading1 .editlink a {
color: #64B668; 
}

table.mptable2 {
width:100%; 
background-color:#99BBEE; 
margin-top:2px; 
padding:5px;
border:2px solid #1154A4; 
-moz-border-radius:10px; /* Firefox */
 border-radius:10px; /* Chrome, Safari, Opera */
}

.mpheading2 {
font-size:16px;
padding:5px;
background:#1154A4;
border:2px solid #1E90FF;
-moz-border-radius:10px; /* Firefox */
border-radius:10px; /* Chrome, Safari, Opera */
color:#FFFFFF;
text-align:center;
}

.mpheading2 small a, .mpheading2 .editlink a {
color: #99BBEE; 
}

hr.mphr2 {
height:1px;
border-width:0px;
color:#264B87;
background-color:#264B87;
}

/*** removing the mask ***/
.WikiHeader .shadow-mask {
   display: none;
}

.WikiHeader h1::before, .WikiHeader .WikiaRail .module h2::before, .WikiaRail .module .WikiHeader h2::before, .WikiHeader .WikiaRail #RIGHT_SKYSCRAPER h2::before, .WikiaRail #RIGHT_SKYSCRAPER .WikiHeader h2::before {
background: none;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.plaintable,
table.prettytable {
  margin: 1em 1em 1em 0;
  border: 1px #aaa solid;
  border-collapse: collapse;
  background-color: #FFFFFF;
}

table.wikitable th, table.wikitable td,
table.plaintable th, table.plaintable td {
  border: 1px #aaa solid;
  padding: 0.2em 1em;
}

table.heading-grey th, table.heading-gray th, td.heading-grey, td.heading-gray, table.plaintable th {
  background-color: #efefef;
  text-align: center;
}

table.heading-blue th{
  background-color: #BFD7FF;      /* Level 1 color */
  text-align: center;
}

.small-text, .small-text-cells td {
  font-size:75%;
}

table.wikitable caption,
table.plaintable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
}

table.prettytable {
  margin: 1em 1em 1em 0;
  border-collapse: collapse;
}

table.prettytable th {
  text-align: left; 
  padding: 0.2em 1em;
  border: #BFD7FF 1px solid;     /* Level 1 color */
}

table.prettytable tr:not(:first-child) th, /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
th.heading2, table.prettytable th.heading2, table.prettytable td {
  text-align: left; 
  padding: 0.2em 0.5em;
  border: #BFD7FF 1px solid;     /* Level 1 color */
}

table.prettytable tr:not(:first-child) th, /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
th.heading2 {
  background-color: #D7E6FD;     /* Level 2 color */
  color: rgb(38,75,135);
}

table.plaintable tr:not(:first-child) th /* May not work in IE. For :first-child to work in IE, a <!DOCTYPE> must be declared. */
{
  background-color: #f7f7f7;
  text-align: center;
}

table.prettytable td {
  background-color: rgb(242,247,255);     /* Level 3 color */
}

.alt { background-color: #f7f7f7; }
table.zebra > tbody > tr:nth-child(2n+1) {background-color: #f7f7f7; }

//* TEST 07 *//

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}
 
.mainpagebutton .mainpagehover {
    background-color: #2e2e2e;
    border-radius: 10px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    font-size: 13px;
    opacity: 0;
    color: #EBEBEB;
    margin-top: 10px;
    margin-left: -35px;
    position: absolute;
    z-index: 10;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
 
.mainpagebutton:hover .mainpagehover {
    width: 215px;
    height: auto;
    opacity: 0.8;
}
 
.mainpagehover div {
    margin: 10px;
}
 
.mainpagehover span {
    font-size: 14px;
    font-weight: bold;
}
 
#ajax-poll-area {
    width: 100% !important;
    border: none !important;
}
 
.upgrade-icon img {
    padding: 4px;
}
 
.upgrade-icon img:hover {
    background-color: #000;
    border-radius: 5px;
}
 
.picture-attribution {
    display: none !important;
}

@import "http://fonts.googleapis.com/css?family=Eagle+Lake";

.WikiHeader {
    font-family: 'Freckle Face';
}

.WikiHeader > nav li {
    font-size: 20px;
}

.WikiHeader > nav .subnav-2 li {
    font-size: 14px;
}

.WikiHeader > nav .subnav-3 li a {
    font-size: 14px;
}
Advertisement