This is port of IT's Febris Farmaceutica's Theme. It is a component:sigma-plus theme.
To use the theme, insert the following:
[[include :scp-wiki:theme:febris-farmaceutica]]
Image.
An ornamental horizontal rule can be created with 5 hyphens "- - - - -" as above.
Titles can be created by putting between one and six plus "+" at the start of the line.
First Title
Second Title
Third Title
Fourth Title
Fifth Title
Sixth Title
This is a tab view.
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.1
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is also a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a | table |
|---|---|
| You should know | how to make these |
| already | |
Source Code
@import url(https://fonts.googleapis.com/css2?family=Carrois+Gothic&display=swap); :root { /* ---- COLOUR VARIABLES ---- */ /* ---- GREY --- */ --very-dark-grey: #2E1A43; /* Sfondo scuro principale di Febris */ --grey: #5E2D79; /* Grigio violaceo scuro di Febris */ --light-grey: #7042c7; /* Colore principale dei bordi e delle ombreggiature */ --lighter-grey: #ede1ff; /* Colore dei titoli e dei link */ --very-light-grey: #E3DFFF; /* Colore del testo principale */ /* ---- GOLD ---- */ --strong-orange: #FFC0CB; /* Colore hover link e decorazioni */ --pure-yellow: #FFCFDB; /* Colore per bottoni o elementi di evidenziazione */ /* ---- GREEN ---- */ --vivid-lime-green: #000000; /* Colore Febris per sfondi di blocchi laterali o pulsanti speciali */ /* ---- BLUE ---- */ --dark-blue: #481e6d; /* Colore dei link principali */ --light-grayish-lime-green: #BFA2DB; /* Colore di contorno per dettagli o sezioni informative */ /* ---- VIOLET ---- */ --very-dark-violet: #2E1A43; /* Sfondo principale Febris per uniformità */ --very-dark-moderate-violet: #000000; /* Background di blocchi e sidebar */ --dark-violet: #7042c7; /* Colore per link e bordi intensi */ --very-dark-muted-violet: #5E2D79; /* Background leggero per blocchi citazione */ --strong-violet: #7042c7; /* Colore principale di titoli e pulsanti */ --dark-moderate-violet: #BFA2DB; /* Colore di transizione per hover o bordi */ --mostly-muted-dark-violet: #D1C4E9; /* Colore per bordi e sfondi leggeri */ /* ---- GRADIENT VIOLET ---- */ --grad-very-dark-muted-violet: #5E2D79; /* Background gradient principale */ --grad-dark-moderate-violet: #7042c7; /* Sfondo gradiente per elementi di blocco */ /* ---- MAGENTA ---- */ --dark-magenta: #929292; /* Colore dei testi decorativi e titoli di sezioni */ /* ---- OTHER ---- */ --sterile-white: #fefefe; --sp_header-logo: url(https://jyj.wikidot.com/local--files/ff-test/logo_ff); --header-title: "Febris Farmaceutica"; --header-subtitle: "Nostrum malum, nostra salus"; --sp_header-subtitle-scale: 1.125; --sp_area-max-width: 65.75rem; --sp_header-height: 9.25rem; --sp_top-bar-height: 1.675rem; --sp_top-bar-gradient-top-color: var(--very-dark-moderate-violet); --sp_top-bar-gradient-bottom-color: var(--sp_top-bar-gradient-top-color); --sp_header-gradient-top-stop: .125; --sp_header-gradient-top-color: #0B0010; --sp_header-gradient-bottom-color: #38094F; --sp_diagonal-stripes-width: 0.275rem; --sp_diagonal-stripes-gap: 0.675rem; --sp_diagonal-stripes-color: #11034317; --sp_top-bar-link-color: var(--lighter-grey); --sp_top-bar-link-hover-color: var(--very-dark-moderate-violet); --sp_top-bar-link-hover-background: var(--very-light-grey); --sp_dropdown-background: var(--very-light-grey); --sp_dropdown-link-color: var(--sp_top-bar-link-hover-color); --sp_dropdown-link-hover-color: var(--dark-violet); --sp_dropdown-link-hover-background: var(--sterile-white); --sp_rate-module-text-color: var(--sterile-white); --sp_rate-module-background: var(--very-dark-moderate-violet); --sp_rate-module-button-background: var(--very-light-grey); --sp_rate-module-sub-color: var(--dark-moderate-violet); --sp_tab-text-color: var(--very-dark-moderate-violet); --sp_tab-background: var(--sterile-white); --sp_tab-hover-text-color: var(--sterile-white); --sp_tab-hover-background: var(--grey); --sp_tab-selected-text-color: var(--very-light-grey); --sp_tab-selected-background: var(--very-dark-moderate-violet); --sp_tab-border-color: var(--sp_tab-selected-background); --sp_tab-selected-border-color: var(--sp_tab-border-color); } /* ---- BASIC ---- */ body { background-color: var(--very-light-grey); } :any-link { color: var(--strong-violet); } a:visited { color: var(--dark-blue); } /* ---- HEADER ---- */ #header h1 a { color: var(--lighter-grey); font-family: "Carrois Gothic", "Arial", sans-serif; text-shadow: 1px 1px 1px var(--very-dark-grey); } #header h2 span { color: var(--lighter-grey); text-shadow: 1px 1px 1px var(--very-dark-grey); } /* Search */ #search-top-box-input{ background: var(--very-dark-moderate-violet); border: solid 1px var(--very-dark-muted-violet); border-radius: 0; } #search-top-box-input:is(:hover,:focus) { background: var(--mostly-muted-dark-violet); border: solid 1px var(--very-light-grey); } #search-top-box-form input[type="submit"]{ background: var(--very-dark-muted-violet); border: solid 1px var(--dark-moderate-violet); border-radius: 0; box-shadow: none; font-size: unset; } #search-top-box-form input[type="submit"]:is(:hover, :focus) { color: var(--very-light-grey); background: var(--dark-violet); border: solid 1px var(--very-light-grey); } /* ---- SIDE MENU ---- */ #top-bar div.open-menu a { color: var(--very-dark-moderate-violet); background-color: var(--sterile-white); border: 2px solid var(--very-dark-moderate-violet); } #side-bar .side-block { background: var(--lighter-grey); border: .2125rem solid var(--very-dark-moderate-violet); border-radius: 0; box-shadow: none; } #side-bar .heading { color: var(--very-dark-moderate-violet); border-bottom: .125rem solid var(--dark-moderate-violet); } #interwiki a, #side-bar a { color: var(--strong-violet); } @media (max-width: 767px) { #side-bar { background-color: var(--grey); } } /* ---- RATE MODULE ---- */ div.page-rate-widget-box, div.rate-box-with-credit-button, div.creditButtonStandalone p a { border-radius: 0; box-shadow: none; } div.creditButtonStandalone p a { background-color: var(--sp_rate-module-background); } div.creditButtonStandalone p a:is(:hover,:focus) { background-color: var(--dark-violet); } /* ---- ELEMENTS ---- */ hr { margin: 1.25rem 0; } h1, #page-title, .meta-title { color: var(--dark-violet); } .collapsible-block-link { font-weight: bold; } blockquote, div.blockquote, div.page-source { background-color: var(--lighter-grey); border: solid 1px var(--dark-magenta); } .scp-image-block { box-shadow: none; border-color: var(--very-dark-moderate-violet); } .scp-image-block .scp-image-caption { background-color: var(--light-grey); color: var(--sterile-white); border-color: inherit; } table.wiki-content-table { background-color: var(--sterile-white); } th, table.wiki-content-table th { background-color: var(--light-grey); color: var(--sterile-white); } /* Tabs */ .yui-navset .yui-nav { border-color: var(--sp_tab-border-color); } .yui-navset .yui-content { background-color: var(--sterile-white); }






