|
|
(12 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {{#css: | | {{#css:Yk.css}} |
| @media screen and (max-width: 1600px) {
| | __NOTOC__ |
| html {
| | <div class="background"> |
| font-size: 0.875em;
| | <div class="bgtext"> |
| }
| | <div class="banner">[[File:Alessa_Profile.jpg|center|none]]</div> |
| .text,
| | <div class="block"> |
| .bottomright {
| | <div class="menu">[[User_talk:Alessa|Discuss]]</div> |
| font-size: 0.9em;
| | <p class="name">Yuri Kisses no longer publishes stories on ATF</p> |
| }
| | <p class="email">yurikisu@proton.me</p> |
| }
| | </div> |
| @media screen and (max-width: 1200px) {
| | <div class="content"> |
| html {
| | <div style="font-family: Helvetica, sans-serif; |
| font-size: 0.8125em;
| |
| }
| |
| .text,
| |
| .bottomright {
| |
| font-size: 0.9em;
| |
| }
| |
| }
| |
| @media screen and (max-width: 768px) {
| |
| html {
| |
| font-size: 0.75em;
| |
| }
| |
| .text,
| |
| .bottomright {
| |
| font-size: 0.9em;
| |
| }
| |
| }
| |
| body, .mw-body,
| |
| .mw-body-content,
| |
| .vector-menu-content,
| |
| .vector-menu,
| |
| #left-navigation,
| |
| #right-navigation,
| |
| .mediawiki,
| |
| #mw-head-base,
| |
| .client-nojs,
| |
| .selected,
| |
| #ca-view,
| |
| #ca-edit,
| |
| #ca-history,
| |
| .mw-watchlink,
| |
| .icon,
| |
| .vector-menu-heading,
| |
| .vector-menu-checkbox,
| |
| .vector-menu,
| |
| #ca-delete,
| |
| #ca-move,
| |
| .vector-menu-dropdown,
| |
| .mw-panel,
| |
| #p-logo,
| |
| #ca-watch,
| |
| #ca-unwatch,
| |
| #ca-nstab-user,
| |
| #ca-talk,
| |
| #ca-viewsource,
| |
| #ca-nstab-main {
| |
| background-size: 100% 100%;
| |
| background-position: center;
| |
| background-repeat: no-repeat;
| |
| background-attachment: fixed;
| |
| background-image: radial-gradient(
| |
| circle farthest-corner at 11.7% 170.6%,
| |
| #f9b9ff 30%,
| |
| #b1acff 60%,
| |
| #628fff 80%
| |
| );
| |
| font-family: 'Helvetica', sans-serif;
| |
| font-size: 1em;
| |
| font-weight: normal;
| |
| color: #ddd;
| |
| }
| |
| .mw-body-content {margin-left:-10em;}
| |
| .mw-body-content a.external,
| |
| .mw-body-content a.external:visited,
| |
| .mw-body-content a.external:hover,
| |
| .mw-body-content a.external:focus {
| |
| font: normal 110% arial, sans-serif;
| |
| text-shadow: 2px 2px 2px #000;
| |
| letter-spacing: 1px;
| |
| text-decoration: none;
| |
| padding: 0;
| |
| margin: 0;
| |
| background: transparent;
| |
| }
| |
| .mw-body-content a.external,
| |
| .mw-body-content a.external:visited {
| |
| color: #fff;
| |
| }
| |
| .mw-body-content blockquote {
| |
| border-left:none;
| |
| }
| |
| #mw-panel,
| |
| #mw-page-base,
| |
| #mw-head,
| |
| #siteNotice,
| |
| .mw-dismissable-notice-body,
| |
| #localNotice,
| |
| .firstHeading,
| |
| #firstHeading,
| |
| #p-logo,
| |
| .mw-wiki-logo {
| |
| display: none;
| |
| }
| |
| .background {
| |
| background-size: 100% 100%;
| |
| background-position: center;
| |
| background-repeat: no-repeat;
| |
| background-attachment: fixed;
| |
| background-image: radial-gradient(
| |
| circle farthest-corner at 11.7% 170.6%,
| |
| #f9b9ff 30%,
| |
| #b1acff 60%,
| |
| #628fff 80%
| |
| );
| |
| }
| |
| .banner {
| |
| text-align: center;
| |
| }
| |
| .banner img {
| |
| position: relative;
| |
| box-shadow: 0 15px 15px -5px #0f0f0f;
| |
| border: 1px solid black;
| |
| max-width: 100%;
| |
| height: auto;
| |
| z-index: 3;
| |
| }
| |
| .bgtext:before {
| |
| content: "Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606Yuri\2606Kisses\2606";
| |
| overflow: hidden;
| |
| white-space: nowrap;
| |
| position: fixed;
| |
| font: normal 3em arial, sans-serif;
| |
| color: #ffaaff;
| |
| text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
| |
| writing-mode: vertical-rl;
| |
| top: 0;
| |
| left: calc(100% - 60px);
| |
| z-index: 2;
| |
| }
| |
| @media only screen and (max-width: 1024px) { | |
| .bgtext::before {
| |
| display: none | |
| }
| |
| }
| |
| .block {
| |
| position: relative;
| |
| border-top-left-radius: 30px;
| |
| border-top-right-radius: 30px;
| |
| background-color: #262626;
| |
| text-align: center;
| |
| width: 80%;
| |
| overflow: hidden;
| |
| margin: 5em auto 0;
| |
| box-shadow: 0 15px 15px -5px #0f0f0f;
| |
| z-index: 2;
| |
| }
| |
| .content {
| |
| position: relative;
| |
| background-color: rgba(51, 51, 51, 0.95);
| |
| width: 80%;
| |
| overflow: hidden;
| |
| margin: auto;
| |
| z-index: 1;
| |
| }
| |
| .content a{
| |
| display: inline-block;
| |
| text-align: center;
| |
| border: 1px solid black;
| |
| margin-bottom:2em;
| |
| }
| |
| .menu {
| |
| position: absolute;
| |
| top: 1.5em;
| |
| right: 2em;
| |
| display: flex;
| |
| justify-content: space-between;
| |
| padding: 2px 7px;
| |
| border: 2px solid rgba(0, 255, 255, 0.4);
| |
| border-radius: 5px;
| |
| }
| |
| .storyblock {
| |
| position: relative;
| |
| border-top-left-radius: 30px;
| |
| border-top-right-radius: 30px;
| |
| background-color: #262626;
| |
| text-align: left;
| |
| width: 80%;
| |
| overflow: hidden;
| |
| margin: 5em auto 0;
| |
| box-shadow: 0 15px 15px -5px #0f0f0f;
| |
| z-index: 2;
| |
| }
| |
| .storyblock a {
| |
| color: #00ff00;
| |
| }
| |
| .storywall {
| |
| display: flex;
| |
| text-align: justify;
| |
| position: relative;
| |
| padding-bottom: 3em;
| |
| padding-top: 3em;
| |
| background-color: rgba(51, 51, 51, 0.95);
| |
| color:#ddd;
| |
| width: 80%;
| |
| margin: 0 auto;
| |
| z-index: 1;
| |
| }
| |
| .text img {
| |
| float: left;
| |
| display:flex;
| |
| height: auto;
| |
| margin-right: 3em;
| |
| margin-bottom: 2em;
| |
| border: 1px solid black;
| |
| position: relative;
| |
| width: 45%;
| |
| box-shadow: 10px 10px 15px #0f0f0f;
| |
| }
| |
| .text {
| |
| background-color: #39393d;
| |
| padding: 0 3em 2em 3em;
| |
| }
| |
| .text p {
| |
| padding-bottom: 15px;
| |
| line-height: 1.4em;
| |
| }
| |
| .text span {
| |
| display: block;
| |
| font: normal 140% arial, sans-serif;
| |
| text-shadow: 2px 2px 2px #000;
| |
| text-align: center;
| |
| letter-spacing: 2px;
| |
| margin-top: 30px;
| |
| color: #ffaaff;
| |
| }
| |
| .backmenu {
| |
| padding-top: 2em;
| |
| text-align: center;
| |
| }
| |
| .backmenu a {
| |
| font: 110% arial, sans-serif;
| |
| text-shadow: 2px 2px #000;
| |
| text-decoration: none;
| |
| color: #0eb9d8;
| |
| }
| |
| .backmenu a:hover {
| |
| color: #00ff00;
| |
| text-shadow: 2px 2px #000;
| |
| text-shadow: none;
| |
| }
| |
| .bottombar {
| |
| display: flex;
| |
| text-align: justify;
| |
| position: relative;
| |
| padding-bottom: 3em;
| |
| padding-top: 3em;
| |
| background-color: #1e1e1e;
| |
| color:#ddd;
| |
| width: 80%;
| |
| margin: 0 auto;
| |
| z-index: 1;
| |
| box-shadow: 0 -15px 15px -5px #0f0f0f;
| |
| }
| |
| .name {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 1.5rem; | | font-size: 1.5rem; |
| padding-top: 1em;
| |
| text-shadow: 4px 4px 4px #000;
| |
| letter-spacing: 2px;
| |
| color: #ff82ff
| |
| }
| |
| .title {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 1.8rem;
| |
| padding: 1.25em 0 0 2em;
| |
| text-shadow: 4px 4px 4px #000;
| |
| letter-spacing: 3px;
| |
| color: #ff82ff;
| |
| }
| |
| .email {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 0.875rem;
| |
| padding-bottom: 1.25em;
| |
| text-shadow: 2px 2px 2px #000;
| |
| color: yellow;
| |
| letter-spacing: 1px;
| |
| }
| |
| .emailx {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 0.875rem;
| |
| padding: 0 0 2em 4.1em;
| |
| text-shadow: 2px 2px 2.5px #000;
| |
| color: yellow;
| |
| letter-spacing: 1px;
| |
| }
| |
| .date {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 0.875rem;
| |
| padding-bottom: 1.25em;
| |
| text-shadow: 2px 2px 2px #000;
| |
| color: #00ff00;
| |
| letter-spacing: 1px;
| |
| }
| |
| .alessa {
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 1rem;
| |
| padding: 0 0 0 3.8em;
| |
| text-shadow: 2px 2px 2px #000;
| |
| color: #00ff00;
| |
| letter-spacing: 1px;
| |
| }
| |
| .intro {
| |
| font-family: Helvetica, sans-serif;
| |
| text-align: justify; | | text-align: justify; |
| border-radius: 45px; | | border-radius: 45px; |
Line 325: |
Line 24: |
| -1px -2px 4px 0 rgba(0, 255, 255, 0.5), | | -1px -2px 4px 0 rgba(0, 255, 255, 0.5), |
| -2px -4px 8px 0 rgba(0, 255, 255, 0.5), | | -2px -4px 8px 0 rgba(0, 255, 255, 0.5), |
| -4px -8px 16px 0 rgba(0, 255, 255, 0.5); | | -4px -8px 16px 0 rgba(0, 255, 255, 0.5);"> |
| }
| | |
| .topbar {
| | Due to the implementation of rules hostile to their content creators, Yuri Kisses has decided to discontinue publishing stories on ATF. New stories will be posted on the following websites: |
| position: relative;
| | |
| border-top-left-radius: 30px;
| | <ul style="list-style-type:disc;"> |
| border-top-right-radius: 30px;
| | <li>[http://yurikisses.rf.gd/ Yuri Kisses (Main)]</li> |
| background-color: #262626;
| | <li>[https://archiveofourown.org/users/YuriKisses/works Yuri Kisses (AO3)]</li> |
| text-align: center;
| | <li>[https://archive.org/details/@yurikisu?sort=-date Yuri Kisses (Web Archive)]</li> |
| width: 80%;
| | </ul> |
| overflow: hidden;
| | <p>Or follow the links on Linktree below.</p> |
| margin: 2em auto 0;
| |
| box-shadow: 0 15px 15px -5px #0f0f0f;
| |
| z-index: 2;
| |
| }
| |
| .whatsnew {
| |
| display: flex;
| |
| text-align: center;
| |
| position: relative;
| |
| padding-bottom: 3em;
| |
| padding-top: 2em;
| |
| background-color: rgba(51, 51, 51, 0.95);
| |
| width: 80%;
| |
| margin: 0 auto;
| |
| z-index: 1;
| |
| }
| |
| .storyindex0 {
| |
| display: flex;
| |
| text-align: center;
| |
| position: relative;
| |
| padding-top: 2em;
| |
| padding-bottom: 2em;
| |
| background-color: rgba(51, 51, 51, 0.95);
| |
| width: 80%;
| |
| margin: 0 auto;
| |
| z-index: 1;
| |
| }
| |
| .storyindex {
| |
| display: flex;
| |
| text-align: center;
| |
| position: relative;
| |
| padding-bottom: 2em;
| |
| background-color: rgba(51, 51, 51, 0.95);
| |
| width: 80%;
| |
| margin: 0 auto;
| |
| z-index: 1;
| |
| }
| |
| .left, .right, .topright, .bottomright {
| |
| border: 1px solid #858585;
| |
| flex: 1;
| |
| margin: -1px;
| |
| }
| |
| .right {
| |
| flex-grow:2;
| |
| margin-top:1.5em;
| |
| margin-right: 2em;
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: space-between;
| |
| background-color: #2e2d2d;
| |
| }
| |
| .left {
| |
| display:flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| border-right: none;
| |
| margin-top:1.5em;
| |
| margin-left: 2em;
| |
| max-width: 100%;
| |
| height: auto;
| |
| background: rgb(164,163,163);
| |
| background: radial-gradient(circle, rgba(164,163,163,1) 0%, rgba(45,46,46,1) 100%);
| |
| }
| |
| .left img { | |
| max-width: 200px;
| |
| height: auto;
| |
| border: 1px solid black;
| |
| }
| |
| .topright {
| |
| position: relative;
| |
| display:flex;
| |
| flex-shrink: 0;
| |
| min-height: 100px;
| |
| align-items:center;
| |
| justify-content: center;
| |
| }
| |
| .topright:hover{
| |
| background-color: #494b87;
| |
| }
| |
| .topright a:hover{
| |
| background: #ff55ff;
| |
| padding: 2px 8px 4px;
| |
| border-radius: 7px;
| |
| }
| |
| .topright a,
| |
| .topright a:hover,
| |
| .topright a:focus {
| |
| position: relative;
| |
| display:flex;
| |
| border-bottom: none;
| |
| letter-spacing: 2px;
| |
| align-items:center;
| |
| justify-content:center;
| |
| text-decoration: none;
| |
| font-family: Helvetica, sans-serif;
| |
| font-size: 110%;
| |
| text-shadow: 2px 2px 2px #000;
| |
| color: yellow;
| |
| }
| |
| .bottomright {
| |
| display: flex;
| |
| border-top: none;
| |
| text-align: justify;
| |
| color:#ddd;
| |
| padding:10px;
| |
| align-items:center;
| |
| justify-content:center;
| |
| }
| |
| .wordcount {
| |
| position: absolute;
| |
| bottom: 0.7em;
| |
| right: 0.8em;
| |
| color:#eddda3;
| |
| text-shadow: 2px 2px 2px #000;
| |
| }
| |
| .wordcount span {
| |
| color: #f99702;
| |
| text-shadow: 2px 2px 2px #000;
| |
| }
| |
| .bookfiles {
| |
| position: absolute;
| |
| top: 1em;
| |
| right: 0.6em;
| |
| display: flex;
| |
| justify-content: space-between;
| |
| align-items: center;
| |
| }
| |
| .books {
| |
| display: grid;
| |
| align-items: center;
| |
| justify-content: center;
| |
| margin-right: 0.5em;
| |
| height: 16px;
| |
| width: 45px;
| |
| font-size: 65%;
| |
| border-radius: 4px;
| |
| background: #262626;
| |
| color: #61fcf7;
| |
| border: 2px solid rgba(0, 255, 255, 0.4);
| |
| }
| |
| .books:hover {
| |
| background-color: #10bd04;
| |
| }
| |
| .stats1 {
| |
| position: absolute;
| |
| bottom: 4em;
| |
| right: 3em;
| |
| width: 11em;
| |
| height: 1.6em;
| |
| background: rgba(0, 255, 255, 0.1);
| |
| border-radius: 10px;
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: center;
| |
| border: 2px solid rgba(0, 255, 255, 0.4);
| |
| }
| |
| .stats2 {
| |
| position: absolute;
| |
| bottom: 1.5em;
| |
| right: 3em;
| |
| width: 11em;
| |
| height: 1.6em;
| |
| background: rgba(0, 255, 255, 0.1);
| |
| border-radius: 10px;
| |
| display: flex;
| |
| flex-direction: column;
| |
| justify-content: center;
| |
| border: 2px solid rgba(0, 255, 255, 0.4);
| |
| }
| |
| .wordcount_story,
| |
| .date_stack_story {
| |
| position: relative;
| |
| padding-left: 1em;
| |
| padding-top: 4px;
| |
| color: rgba(0, 255, 255, 1);
| |
| font-size: 90%;
| |
| text-shadow: 2px 2px 2px #000;
| |
| text-align: left
| |
| }
| |
| .wordcount_story span,
| |
| .date_stack_story span {
| |
| padding-right: 1em;
| |
| color: #fff;
| |
| font-size: 90%;
| |
| text-shadow: 2px 2px 2px #000;
| |
| position: absolute;
| |
| right: 0
| |
| }
| |
| .wordcount_story span {
| |
| letter-spacing: 5px
| |
| }
| |
| .ribbon {
| |
| position: absolute;
| |
| right: -5px;
| |
| top: -5px;
| |
| z-index: 1;
| |
| overflow: hidden;
| |
| width: 75px;
| |
| height: 75px;
| |
| text-align: right
| |
| }
| |
| .ribbon span {
| |
| font-size: 17px;
| |
| font-weight: 700;
| |
| color: #FFF;
| |
| text-transform: uppercase;
| |
| text-align: center;
| |
| line-height: 20px;
| |
| transform: rotate(45deg);
| |
| width: 110px;
| |
| padding-top: 4px;
| |
| display: block;
| |
| background: #79A70A;
| |
| background: linear-gradient(#9BC90D 0%, #79A70A 100%);
| |
| box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
| |
| position: absolute;
| |
| top: 19px;
| |
| right: -21px
| |
| }
| |
| .ribbon span::before {
| |
| content: "";
| |
| position: absolute;
| |
| left: 0;
| |
| top: 100%;
| |
| z-index: -1;
| |
| border-left: 3px solid #79A70A;
| |
| border-right: 3px solid transparent;
| |
| border-bottom: 3px solid transparent;
| |
| border-top: 3px solid #79A70A
| |
| }
| |
| .ribbon span::after {
| |
| content: "";
| |
| position: absolute; | |
| right: 0;
| |
| top: 100%;
| |
| z-index: -1;
| |
| border-left: 3px solid transparent;
| |
| border-right: 3px solid #79A70A;
| |
| border-bottom: 3px solid transparent;
| |
| border-top: 3px solid #79A70A
| |
| }
| |
| h3 {
| |
| color:#ddd;
| |
| }
| |
| .cunny { | |
| display:flex;
| |
| padding-left:1em;
| |
| padding-top:0.3em;
| |
| margin-top:2em;
| |
| margin-bottom:1.5em;
| |
| font-weight:700;
| |
| font-size: 140%;
| |
| color:#00ffff;
| |
| text-shadow: 1px 1px 2px #000;
| |
| letter-spacing:3px;
| |
| width: 70%;
| |
| border: 1px solid #13B8D7;
| |
| background: rgba(75, 89, 110, 0.8);
| |
| }
| |
| .xhearts {
| |
| color: red;
| |
| font-size: 150%;
| |
| text-align: center;
| |
| text-shadow: 2px 2px 2px #000;
| |
| letter-spacing: 0.65em;
| |
| padding-top: 2em;
| |
| height:3em;
| |
| }
| |
| .files {
| |
| float: right;
| |
| top: 0;
| |
| padding: 0 0.5em;
| |
| margin-right:2em;
| |
| white-space: nowrap;
| |
| border-bottom-left-radius: 10px;
| |
| border-bottom-right-radius: 10px;
| |
| }
| |
| .epub,
| |
| .azw,
| |
| .pdf {
| |
| display: inline-flex;
| |
| justify-content: center;
| |
| align-items: center;
| |
| text-align: center;
| |
| height: 100%;
| |
| top: 0;
| |
| background-color: #fc8200;
| |
| color:#fff;
| |
| padding: 0.3em 2em 0.4em;
| |
| font: normal 110% arial, sans-serif;
| |
| text-shadow: 2px 2px 2px #000;
| |
| letter-spacing: 1px;
| |
| white-space: nowrap;
| |
| border-bottom-left-radius: 10px;
| |
| border-bottom-right-radius: 10px;
| |
| box-shadow: 4px 8px 8px -3px #000;
| |
| }
| |
| .epub:hover,
| |
| .azw:hover,
| |
| .pdf:hover {
| |
| background-color: #00ff00;
| |
| }
| |
| .epub {
| |
| margin-right: 0.5em;
| |
| }
| |
| .azw {
| |
| margin-right:0.5em;
| |
| }
| |
| .pdf {
| |
| margin-right: 0.5em;
| |
| }
| |
| .mw-body-content a.external {
| |
| color:#fff;
| |
| font: normal 110% arial, sans-serif;
| |
| text-shadow: 2px 2px 2px #000;
| |
| letter-spacing: 1px;
| |
| text-decoration: none;
| |
| padding:0;
| |
| margin:0;
| |
| background:transparent;
| |
| }
| |
| .dropdown {
| |
| position: absolute;
| |
| display: flex;
| |
| margin-top: -2.2em;
| |
| justify-content: center;
| |
| text-align: center;
| |
| left: 50%;
| |
| transform: translateX(-50%);
| |
| z-index: 3;
| |
| color: #ffdede;
| |
| background-color: #625cfa;
| |
| padding: 0.2em 0.5em;
| |
| text-shadow: 2px 2px 2px #000;
| |
| letter-spacing: 2px;
| |
| font-size: 95%;
| |
| border-top-left-radius: 7px;
| |
| border-top-right-radius: 7px;
| |
| border-top: 2px solid #a19eff;
| |
| border-left: 2px solid #a19eff;
| |
| border-right: 2px solid #a19eff;
| |
| }
| |
| .dropdown-content {
| |
| color: #fff;
| |
| font: normal 100% arial, sans-serif;
| |
| display: none;
| |
| background-color: #625cfa;
| |
| border: 2px solid #a19eff;
| |
| border-radius: 10px;
| |
| box-shadow: 0 8px 16px 0 #000;
| |
| padding: 16px 16px;
| |
| text-shadow: none;
| |
| letter-spacing: 1px;
| |
| font-size: 100%;
| |
| text-align: justify;
| |
| }
| |
| .dropdown:hover .dropdown-content {
| |
| margin-top: 2em;
| |
| display: flex;
| |
| position: absolute;
| |
| width: 850px;
| |
| }
| |
| @media screen and (max-width: 1500px) {
| |
| .dropdown:hover .dropdown-content {
| |
| max-width: 600px;
| |
| }
| |
| }
| |
| @media screen and (max-width: 1000px) {
| |
| .dropdown:hover .dropdown-content {
| |
| max-width: 400px;
| |
| }
| |
| }
| |
| .element {
| |
| animation: pulse 3s infinite;
| |
| font-size: 140%;
| |
| margin-right: 1em;
| |
| margin-bottom: -0.5em;
| |
| }
| |
| @keyframes pulse {
| |
| 0% {
| |
| color: red;
| |
| }
| |
| 50%{
| |
| opacity: 0;
| |
| }
| |
| 100% {
| |
| color: red;
| |
| }
| |
| }
| |
| }}
| |
| __NOTOC__
| |
| <div class="background"> | |
| <div class="bgtext">
| |
| <div class="banner">[[File:Alessa_Profile.jpg|center|none]]</div> | |
| <div class="block"> | |
| <div class="menu">[[User_talk:Alessa|Discuss]]</div>
| |
| <p class="name">About Yuri Kisses</p>
| |
| <p class="email">yurikisu@proton.me</p>
| |
| </div>
| |
| <div class="content">
| |
| <div class="intro">Welcome to <b>Yuri Kisses</b>—a collection of romantic stories that will take you on a journey through a wide range of emotions and experiences. Within these pages, you'll meet young girls filled with hope, passion, and curiosity, as they navigate the complexities of first love. With tales spanning different genres, from heartfelt drama to lighthearted comedy, mystical fantasy, and thrilling adventures, the common thread in them is the exploration of love between young girls. Amidst laughter, tears, and shared secrets, Yuri Kisses unveils the magic of those unforgettable first kisses and blushing cheeks. So, get ready to be transported into a world where love knows no bounds and young hearts beat in perfect harmony, as you delve into these enchanting tales of discovery and passion.
| |
| </div> | | </div> |
| [[File:Alessa_linktree.jpg|center|none|link=https://linktr.ee/alessa.yk]] | | [[File:Alessa_linktree.jpg|center|none|link=https://linktr.ee/alessa.yk]] |
| | </div> |
| </div> | | </div> |
| <div class="topbar"> | | <div class="topbar"> |
| <div class="ribbon"><span>New</span></div>
| | <p class="name">Stories in Chronological Order</p> |
| <p class="name">New Story</p> | | <p class="date">[ newest on top ]</p> |
| <p class="date">20-Nov-2023</p> | |
| </div> | | </div> |
| <div class="whatsnew"> | | |
| | <div class="storyindex0"> |
| | <div class="left"> |
| | [[File:Alessa_lessons.jpg|center|200px]] |
| | </div> |
| | <div class="right"> |
| | <div class="topright"> |
| | <h3>[[Alessa_lessons|Lessons of the Heart]]</h3> |
| | <div class="bookfiles"> |
| | <div class="books">[https://archive.org/download/lessons_202403/Lessons.epub EPUB]</div> |
| | <div class="books">[https://archive.org/download/lessons_202403/Lessons.azw3 AZW3]</div> |
| | <div class="books">[https://archive.org/download/lessons_202403/Lessons.pdf P D F]</div> |
| | </div> |
| | <div class="wordcount">[ wordcount: <span>15387</span> ]</div> |
| | </div> |
| | <div class="bottomright">In a 19th-century small mining village, neglected orphan Tilly finds a compassionate guardian in her schoolteacher, Evelyn. Despite unexpected challenges, the bond between the unlikely couple grows with each passing day. However, when confronted with sudden separation, Tilly embarks on a desperate quest that results in an unforeseen discovery of her inner resilience, cherished connections, and the transformative power of love in shaping a brighter future. |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="storyindex"> |
| | <div class="left"> |
| | [[File:Alessa_12th.jpg|center|200px]] |
| | </div> |
| | <div class="right"> |
| | <div class="topright"> |
| | <h3>[[Alessa_12th|The Twelfth Summer]]</h3> |
| | <div class="bookfiles"> |
| | <div class="books">[https://archive.org/download/12th_20240227/12th.epub EPUB]</div> |
| | <div class="books">[https://archive.org/download/12th_20240227/12th.azw3 AZW3]</div> |
| | <div class="books">[https://archive.org/download/12th_20240227/12th.pdf P D F]</div> |
| | </div> |
| | <div class="wordcount">[ wordcount: <span>25865</span> ]</div> |
| | </div> |
| | <div class="bottomright">Amidst the sun-drenched landscapes of 19th-century Italy, a tale of summer romance unfolds between a spirited twelve-year-old girl and a young Contessa, her captivating next-door neighbour. In the opulent backdrop of courtship and passion, young Emmeline grapples with the complexities of her blossoming affection for Contessa, unravelling a tale of forbidden love, desire, and self-discovery that transcends the social norms in a bygone era steeped in tradition. |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="storyindex"> |
| | <div class="left"> |
| | [[File:Alessa_assassin.jpg|center|200px]] |
| | </div> |
| | <div class="right"> |
| | <div class="topright"> |
| | <h3>[[Alessa_assassin|Assassin's Kiss]]</h3> |
| | <div class="bookfiles"> |
| | <div class="books">[https://archive.org/download/assassin_202401/Assassin.epub EPUB]</div> |
| | <div class="books">[https://archive.org/download/assassin_202401/Assassin.azw3 AZW3]</div> |
| | <div class="books">[https://archive.org/download/assassin_202401/Assassin.pdf P D F]</div> |
| | </div> |
| | <div class="wordcount">[ wordcount: <span>21562</span> ]</div> |
| | </div> |
| | <div class="bottomright">In the grim gutters of mediaeval Europe, where intrigue and danger weave a deadly trade, a street urchin finds an unlikely mentor in an old man with a dark proposition. When a rescued Princess joins their clandestine world, the two orphans become notorious for executing deadly missions with unmatched precision. As the kingdom's fate hangs in the balance, Wren and Cadie navigate treacherous assignments with unrivalled fury in the art of death, but when revenge turns to love, they face a defining choice between the life they've known and a future they dare to dream. |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="storyindex"> |
| | <div class="left"> |
| | [[File:Alessa_heaven_cover.jpg|center|200px]] |
| | </div> |
| | <div class="right"> |
| | <div class="topright"> |
| | <h3>[[Alessa_heaven|A Heaven in a Wild Flower]]</h3> |
| | <div class="bookfiles"> |
| | <div class="books">[https://archive.org/download/heaven_202312/Heaven.epub EPUB]</div> |
| | <div class="books">[https://archive.org/download/heaven_202312/Heaven.azw3 AZW3]</div> |
| | <div class="books">[https://archive.org/download/heaven_202312/Heaven.pdf P D F]</div> |
| | </div> |
| | <div class="wordcount">[ wordcount: <span>13552</span> ]</div> |
| | </div> |
| | <div class="bottomright">A chilling and heartfelt tale of love, betrayal, and revenge unravels in the shadowy corridors of Victorian-era Scotland, where a novice nurse finds herself thrust into a web of mystery and sinister secrets as the life of a troubled little girl hangs in the balance. |
| | </div> |
| | </div> |
| | </div> |
| | |
| | <div class="storyindex"> |
| <div class="left"> | | <div class="left"> |
| [[File:Alessa_makeup.jpg|center|200px]] | | [[File:Alessa_makeup.jpg|center|200px]] |
Line 749: |
Line 125: |
| <div class="right"> | | <div class="right"> |
| <div class="topright"> | | <div class="topright"> |
| <span class="element">▶</span> <h3>[[Alessa_makeup|Makeup Lessons]]</h3> | | <h3>[[Alessa_makeup|Makeup Lessons]]</h3> |
| <div class="bookfiles"> | | <div class="bookfiles"> |
| <div class="books">[https://archive.org/download/makeup_202311/Makeup.epub EPUB]</div> | | <div class="books">[https://archive.org/download/makeup_202311/Makeup.epub EPUB]</div> |
Line 762: |
Line 138: |
| </div> | | </div> |
|
| |
|
| <div class="topbar">
| | <div class="storyindex"> |
| <p class="name">Stories in Chronological Order</p>
| |
| <p class="date">[ newest on top ]</p>
| |
| </div>
| |
| | |
| <div class="storyindex0"> | |
| <div class="left"> | | <div class="left"> |
| [[File:Alessa_fractures.jpg|center|200px]] | | [[File:Alessa_fractures.jpg|center|200px]] |