|
|
Line 1: |
Line 1: |
| <!-- CSS Notes Begin -
| |
| Dusty Blue: #326b8d
| |
| Dark Blue: #1c3c4e
| |
| - CSS Notes End -->
| |
|
| |
|
| <!-- Header CSS Begin -->
| |
| {{#css:
| |
|
| |
| @import url('https://fonts.googleapis.com/css2?family=Redressed&family=MonteCarlo&family=WindSong&display=swap');
| |
| .container {
| |
| font-family: MonteCarlo;
| |
| font-weight: bold;
| |
| color: #1c3c4e;
| |
| width: auto;
| |
| height: auto;
| |
| background: url(http://www.cafenocturne.com/valislasia/Paper1.png) WHITE;
| |
| border: 50px solid TRANSPARENT;
| |
| border-image: url("http://www.cafenocturne.com/valislasia/SnowRibbonBorder.png") 50;
| |
| }
| |
| .inner {
| |
| width: 53.2rem;
| |
| height: 100%;
| |
| padding-left: 20px;
| |
| margin: -15px 20px -15px 0;
| |
| background: TRANSPARENT;
| |
| -webkit-box-shadow: 0px 0px 20px 10px rgba(50,107,141,0.75);
| |
| -moz-box-shadow: 0px 0px 20px 10px rgba(50,107,141,0.75);
| |
| box-shadow: 0px 0px 20px 10px rgba(50,107,141,0.75);
| |
| }
| |
| }}
| |
| <!-- Header CSS End -->
| |
|
| |
| <!-- HTML Begin -->
| |
| <div class="container">
| |
| <div class="inner">
| |
| <span style="font-size:2em;">TEST Test test</span>
| |
| </div>
| |
| </div>
| |
|
| |
| <!-- HTML End -->
| |
| [[Category:Characters]] | | [[Category:Characters]] |