This is the Legend Of Blue theme, designed for use by articles belonged to GoI-KO "Chŏnghæjin",Clear Waters' Garrison made by Salamander724 &
thd-glasses.
Usage
To use this theme, please put the following at the top of your page:
[[include :scp-int:theme:legend-of-blue]]
Theme colours
Pelagic--bgColor(16, 30, 65) |
Seashell--whiteColor(255, 245, 238) |
||
Midnight Blue--blueColor(25, 25, 112) |
Sea Green--greenColor(46, 139, 87) |
Pitch Black--darkColor(0, 0, 0) |
Blood Red--redColor(209, 0, 0) |
Examples

四 海 水 路 軍Sa - hæ - su - ro - gun -
行 軍 大 摠 管hæng-gun-dæ-chong-gwan-
破 神 大 元 帥pa - sin - dæ - won - su -
淸 海 鎭 大 使Chŏng - hæ - jin - dæ - sa -
張 保 皐 座 船Jang - bo - go - jwa - sŏn
Flagship of Jang Bo-go, Grandmaster of Clear Waters' Garrison, Marshal General Crushing Nautical Deities, and Supreme Marching Commander of Universal-water Navy.
A horizontal rule can be created with 5 hyphens "- - - - -" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line.1
First Title
Second Title
Third Title
Fourth Title
Fifth Title
Sixth Title
This is "paper" div class, for the nautical log GoIF (from Unusual Cargo theme by CityToast):
[[div class="paper"]]
+ writing
++ writing
writing.
[[/div]]
then:
writing
writing
writing.
This is a tab view.
Hey look, more text here.
How quaint.
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 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 |
The header font is Wando Hope.
The body font is Wando Clear Sea.
The monospace font is IBM Plex mono.
Licenses
/* 바다의 전설 테마 [2021 Wikidot Theme] By salamander724 Based on: Penumbra Theme by EstrellaYoshte BHL Style Collapsible by Monkatraz */ @import url('https://fonts.googleapis.com/css?family=Basic|IBM+Plex+Mono:400,700'); @import url('http://scpko.wdfiles.com/local--files/unfont/UnYetgul.css'); @font-face { font-family: '완도청정바다체'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/WandocleanseaR.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: '완도희망체'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/WandohopeR.woff') format('woff'); font-weight: normal; font-style: normal; } :root { --bgColor: #101e41; --blueColor: MidnightBlue; --whiteColor: Seashell; --greenColor: SeaGreen; --darkColor: Black; --redColor: #d10000; /* Typefaces */ --body-font: '완도청정바다체', sans-serif; --header-font: '완도희망체', 'UnYetgul', sans-serif; --title-font: '완도희망체', 'UnYetgul', sans-serif; --mono-font: 'IBM Plex Mono', monospace; } body { font-family: var(--body-font); color: var(--whiteColor); background: var(--bgColor) url('http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/underwater.jpg') center top no-repeat; background-size: 1920px; } @media (min-width: 1921px) { body { background-size: 100%; } } .modalcontainer, .modalcontainer h1, .modalcontainer h2, .modalcontainer h3, .modalcontainer h4, .modalcontainer h5, .modalcontainer h6, .owindow, .owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 { color: var(--darkColor); } a, a:visited, #side-bar a, #side-bar a:visited { color: var(--greenColor); } a.newpage, #side-bar a.newpage { color: #396; } div#container-wrap { background-image: none !important; } #main-content { margin-top: 280px; } table.wiki-content-table th { background: var(--whiteColor); color: var(--blueColor); } #lock-info { color: var(--darkColor); } /* TOP-BAR SETTINGS */ #top-bar { width: 100%; top: 380px; display: flex; justify-content: center; } .top-bar { position: relative; margin: 0 auto; } #top-bar a { color: #FFF; } #top-bar ul li ul { border: none; overflow: hidden; } #top-bar ul li.sfhover a, #top-bar ul li:hover a { border-top: none !important; background: var(--bgColor); color: var(--whiteColor); } #top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover { background: var(--whiteColor); color: var(--greenColor); } /* SIDE MENU */ #side-bar .side-block { background: var(--whiteColor); } #side-bar .side-block .menu-item img { filter: hue-rotate(-208deg); } #side-bar div.side-block:nth-child(4) > div:nth-child(1) > div:nth-child(1) img { filter: none; -webkit-filter: none; } #side-bar .heading { color: var(--greenColor); border-bottom: solid 1px var(--greenColor); } #side-bar div.menu-item.inactive a { color: var(--greenColor); } #side-bar div.menu-item .sub-text { color: var(--greenColor); } #side-bar .collapsible-block-folded { background: var(--whiteColor); } #side-bar .collapsible-block-unfolded-link { border-bottom: solid 1px var(--greenColor); } #side-bar .collapsible-block-unfolded-link .collapsible-block-link { color: var(--greenColor); } #side-bar .collapsible-block-unfolded-link .collapsible-block-link:hover { color: var(--greenColor); } /* ---- HEADER ---- */ div#extra-div-1 { position: absolute; top: -20px; left: 50%; transform: translateX( -50% ); max-width: 400px; width: 100vw; height: 700px; background: url(http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/Makara.png) center no-repeat; background-size: 95%; z-index: -10; } #header { background-image: none; } #header h1 a { display: inline-block; position: absolute; color: transparent; text-shadow: none; left: 50%; transform: translateX( -50% ); top: 100px; min-height: 170px; } #header h2 span { display: none; } #side-bar .heading{ font-family: 'UnYetgul', sans-serif; } #login-status { color: var(--whiteColor); text-shadow: 1px 0 var(--darkColor), -1px 0 var(--darkColor), 0 1px var(--darkColor), 0 -1px var(--darkColor); } #login-status a { color: var(--whiteColor); text-shadow: 1px 0 var(--darkColor), -1px 0 var(--darkColor), 0 1px var(--darkColor), 0 -1px var(--darkColor); } #login-status ul a { color: #444; text-shadow: none; } #search-top-box-input { border: transparent; background-color: var(--whiteColor); } #search-top-box-input:hover, #search-top-box-input:focus { border: solid 0.5px #888; background-color: var(--whiteColor); } #search-top-box-form input[type=submit] { border: solid 1px var(--whiteColor); color: var(--whiteColor); text-shadow: 0 0 3px var(--darkColor); background: none !important; background-color: var(--blueColor); } #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: solid 1px var(--whiteColor); color: var(--whiteColor); background: none !important; background-color: var(--blueColor); } /* ---- PAGE ELEMENTS ---- */ .page-source, tt{ font-family: var(--mono-font); } .code pre, .code p { font-family: var(--mono-font); } .code { background-color: var(--whiteColor); font-family: var(--mono-font); border: 2px solid var(--greenColor); border-radius: 1.5em; box-shadow: 0 0 6px 1px var(--greenColor); color: var(--darkColor); } h1,h2,h3,h4,h5,h6 { font-family: var(--title-font); color: var(--whiteColor); } blockquote { border: 2px solid var(--greenColor); box-shadow: 0 0 6px 1px var(--greenColor);; background: var(--whiteColor); color: var(--darkColor); } #page-title { font-family: var(--title-font); color: #FFF; font-size:300%; text-align: center; z-index: 10; } textarea { font-family: var(--mono-font); } input#edit-page-title.text { font-family: var(--title-font); } /* http://scp-sandbox-3.wikidot.com/component:image-zoom-base */ .enlarge{ transition: .25s; } .enlarge:hover{ transform: scale(1.6); transition: .25s; transition-delay: .4s; z-index: 1000; } /* mobile side-bar open button */ #top-bar .open-menu a { border-radius: 0px !important; border-color: var(--whiteColor) !important; border-width: 3px !important; padding: 0.1em; color: var(--whiteColor) !important; background: var(--bgColor) !important; } #top-bar .open-menu a { pointer-events: auto !important; } /* ---- 이미지 ---- */ #page-content .scp-image-block { border-color: var(--whiteColor); box-shadow: none; } #page-content .scp-image-block .scp-image-caption { border-color: var(--whiteColor); background-color: var(--darkColor); color: var(--whiteColor); } /* footnote by 7happy7 */ span:not([class]):not([style]) > sup.footnoteref:first-child > a.footnoteref:before, sup.footnoteref > a.footnoteref:before { content: "("; } span:not([class]):not([style]) > sup.footnoteref > a.footnoteref:before { content: ","; } /* 호버팁 */ .hovertip { width: 20em; padding: 0.5em; border: 1px solid var(--greenColor) !important; border-radius: 0.5em; background-color: var(--bgColor) !important; box-shadow: 0 0 6px 1px var(--greenColor); z-index: 100; } .hovertip .f-heading { color: var(--whiteColor); }
/* ---- 평가모듈 ---- */ /* Module Rate */ #container .page-rate-widget-box .rate-points { background-color: var(--blueColor) !important; border: none !important; } #container .page-rate-widget-box .cancel { background-color: #FFF5EE; border: none; } #container .page-rate-widget-box .rateup, #container .page-rate-widget-box .ratedown, #container .page-rate-widget-box .cancel { background: #FFF5EE; border: none; } #container .page-rate-widget-box .rateup a:hover, #container .page-rate-widget-box .ratedown a:hover, #container .page-rate-widget-box .cancel a:hover { background: #FFF5EE; color: var(--greenColor); } /* Credit Box */ #page-content .rate-box-with-credit-button .creditButton { background-color: var(--blueColor); border: none; } #page-content .rate-box-with-credit-button .creditButton:hover { background-color: #191970; border: none; color: #000080; } #page-content .creditButton a { color: var(--whiteColor); } #page-content .creditButton a:hover { color: var(--greenColor); } #page-content div.creditRate a, #page-content div.page-rate-widget-box a, #u-credit-view a { text-decoration: none; } /* Info Box */ #page-content .rate-box-with-credit-button { background-color: var(--blueColor); border: none; } #page-content .rate-box-with-credit-button > .page-rate-widget-box { border-radius: 0px; border: 0px; } #page-content .rate-box-with-credit-button > .page-rate-widget-box .rate-points { border: none; } #page-content .rate-box-with-credit-button > .page-rate-widget-box .rateup, #page-content .rate-box-with-credit-button > .page-rate-widget-box .ratedown { border-top: none; border-bottom: none; } #page-content .rate-box-with-credit-button > .page-rate-widget-box .cancel { border: none; } #page-content .rate-box-with-credit-button .creditButton { background-color: transparent !important; border: none !important; } #page-content .rate-box-with-credit-button .creditButton:hover { background-color: transparent !important; border: none !important; color: var(--greenColor); } #page-content .creditButton p a { border-left: solid 1px transparent; } .rate-box-with-credit-button .page-rate-widget-box .cancel { border-radius: 0; }
/* タブデザイン */ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav { zoom: unset; display: flex; flex-wrap: wrap; box-sizing: border-box; border: solid 2px var(--darkColor); font-size: 120%; } /* 通常時のタブ */ .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a { zoom: unset; border: unset; background-image: none; transition: color 0.25s, background-color 0.25s; color: var(--darkColor); background-color: var(--whiteColor); } /* hover時のタブ */ .yui-navset .yui-nav a:focus, .yui-navset .yui-nav a:hover { zoom: unset; background: none; background-color: var(--greenColor); color: var(--whiteColor); } .yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li { zoom: unset; display: flex; position: relative; flex-grow: 2; margin: 0; box-shadow: 0 0 0 .0625rem var(--greenColor); border-color: rgba(0, 0, 0, 0); background-color: var(--whiteColor); background: none; padding: 0; max-width: 100% } .yui-navset-bottom .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset .yui-nav li a { zoom: unset; display: flex; align-items: center; justify-content: center; vertical-align: bottom; width: 100% } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em { -o-text-overflow: ellipsis; padding: .35em .85em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .yui-navset .yui-nav li em { border: unset !important } .yui-navset .yui-nav .selected, .yui-navset .yui-navset-top .yui-nav .selected { flex-grow: 2; margin: 0; box-shadow: 0 0 6px 1px var(--greenColor); background-color: var(--blueColor); color: var(--whiteColor); padding: 0 } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em { border: rgba(0, 0, 0, 0) } .yui-navset .yui-nav .selected a { background: none; background-image: none; width: 100%; color: var(--whiteColor) !important; } .yui-navset .yui-nav .selected a:active, .yui-navset .yui-nav .selected a:focus { background-color: gray; color: gainsboro; } .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a:focus { cursor: default; background: none; background-image: var(--blueColor): } .yui-navset .yui-content { background-color: var(--whiteColor); color: var(--darkColor); padding: 15px 25px 15px; } .yui-navset .yui-content h1, .yui-navset .yui-content h2, .yui-navset .yui-content h3, .yui-navset .yui-content h4, .yui-navset .yui-content h5, .yui-navset .yui-content h6 { color: var(--darkColor); } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { border: solid 2px; border-top: none; border-color: var(--darkColor); } .yui-navset-left .yui-content { border-left-color: var(--whiteColor); } @media (max-width: 480px) { .yui-navset .yui-content { padding: 15px 17px 15px; } } /* New paper class from Unusual Cargo theme by CityToast */ div.paper { background: linear-gradient(rgba(220, 240, 240, 0.1), rgba(240, 240, 220, 0.1)), url("http://scpko.wdfiles.com/local--files/theme:legend-of-blue/PAPER.jpeg"); color: var(--darkColor); box-shadow: 4px 6px 8px #a98; padding: 1em .5em 1em .5em; display: block; margin: 10px auto; width: 456px; # height: 675px; } .paper h1, .paper h2, .paper h3, .paper h4, .paper h5, .paper h6 { color: var(--darkColor); } @media (max-width: 478px) { div.paper { width: 95% } } .authors .collapsible-block-link { margin-left:.25em; padding: .25em; font-weight: bold; opacity: .5; color: inherit; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; } .authors .collapsible-block-link:hover { opacity:1; } .authors .collapsible-block-link:active { opacity:1; } /* mobile side-bar open button */ #top-bar .open-menu a { border-color: transparent !important; padding: 0.3em; color: transparent !important; background: center/contain url('http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/helm_wheel.png') no-repeat !important; transition-duration: 0.3s; transition-property: transform; } #top-bar .open-menu a:hover { transform: rotate(348deg); }
Cite this page as:
"theme:legend-of-blue" by salamander724 & thd-glasses, from the SCP Wiki. Source: https://scpwiki.com/theme:legend-of-blue. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
파일명: legend_of_blue.png
제작자:Salamander724 &
thd-glasses
라이선스: 퍼블릭 도메인
출처: http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/legend_of_blue.png
파일명: Makara.png
제작자:thd-glasses
라이선스: CC by-sa
출처: http://scpko.wdfiles.com/local--files/theme:legend-of-blue/Makara.png
파일명: underwater.jpg
제작자: StockSnap
라이선스: Pixabay License
출처: https://pixabay.com/ko/photos/2573863/
파일명: PAPER.jpeg
제작자: Mizu_basyo
라이선스: CC by-sa 3.0
출처: https://commons.wikimedia.org/wiki/File:Shiroishi_washi_letter_paper.jpg
파일명: helm_wheel.png
제작자: Lidingo
라이선스: CC by-sa 3.0
출처: https://commons.wikimedia.org/wiki/File:Steering_wheel_ship.svg
For more information about on-wiki content, visit the Licensing Master List.
Cite this page as:
"theme:legend-of-blue" by salamander724 & thd-glasses, from the SCP Wiki. Source: https://scpwiki.com/theme:legend-of-blue. Licensed under CC-BY-SA.
For more information, see Licensing Guide.
Licensing Disclosures
Filename: legend_of_blue.png
Author:Salamander724 &
thd-glasses
License: Public Domain
Source Link: http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/legend_of_blue.png
Filename: Makara.png
Author:thd-glasses
License: CC by-sa
Source Link: http://scpko.wdfiles.com/local--files/theme%3Alegend-of-blue/Makara.png
Filename: underwater.jpg
Author: StockSnap
License: Pixabay License
Source Link: https://pixabay.com/ko/photos/2573863/
For more information about on-wiki content, visit the Licensing Master List.