/*

CSS for The North Star: Ainna's Wall of Ships
    https://ships.romanced.net

HTML and CSS Hand-coded by Ainna (c) 2025
    
Background pattern from Toptal Subtle Patterns.

Rogue and Gambit (c) Marvel. Art by Yasmine Putri.
    Uncanny Avengers (Vol. 3) #5
    https://marvel.fandom.com/wiki/Uncanny_Avengers_Vol_3_5

Image use is guided by the Fair Use Clause.
    https://fairuse.stanford.edu/overview/fair-use/what-is-fair-use/

This is a non-profit, fan-based site.
No copyright infringment is intended.

Disclaimers, Privacy Policy, Terms of Use: 
    https://fineprint.minty.nu

*/




























































































/*

                         -------------------------------
                         |          L E A R N          |         
                         |                             |
                         |           F R O M           |
                         |                             |
                         |           Y O U R           |
                         |                             |
                         |            O W N            |        
                         |                             |
                         |       S O U R C E S !       |    
                         -------------------------------

I put together a LOT of tutorials in the web to come up with this final design.
Copying+pasting my CSS is absolutely NOT okay. 

*/










































@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@200&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e5e2db; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #d9d4c9; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d2d1b8; 
}

html, body {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

body {
    margin: 0px;
    padding: 0px;
    font: 1.2rem/150% 'Libre Franklin', Helvetica, Sans-serif;
    text-align: justify;
    background: #e5e2db url('ships-romy-bg.jpg') repeat top left;
    color:#888;
    height: 100%;
}

a, a:visited, a:active {
    color: #98b7b4;
    text-decoration: none;
    border-bottom: 1px dotted #91beab;
}

a:hover {
    color:#4e978c;
    text-decoration: none;
}

b, strong, th {
    color: #bc9ca1;
}

i, em {
    color: #89B885;
}

del, strike {
    color: #b9d0ce;
}

.accent {
    color:#bbb;
}

hr {
width: 75%;
border: 0;
height: 3px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #687dac, rgba(0, 0, 0, 0));
}


.corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    -khtml-border-radius: 20px; 
}

.opacity, #footer {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    opacity: 0.75;
}



.shadow {
    -moz-box-shadow: 10px 8px #dcd9c8;
    -webkit-box-shadow: 10px 8px #dcd9c8;
    box-shadow: 10px 8px #dcd9c8;
}

/*img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

img.border {
    -moz-box-shadow: 10px #eee;
    -webkit-box-shadow: 10px #eee;
    box-shadow: 10px #eee;
    
}*/


.icons, .icons:hover {
    width: 120px;
    height: 120px;
    border: 5px solid #eee;
    outline: 2px dotted #ccc;
    padding: 20px;
    margin: 10px;
    transition: .5s ease;
}

img {
    filter:Alpha(opacity=65);
    -moz-opacity:0.65;
    opacity:0.65;
    border:none;
}

img:hover {
    filter:Alpha(opacity=100);
    -moz-opacity:1.00;
    opacity:1.00;
    border:none;
}


#paper {
    margin: 0 auto;
    width: 1200px;
}

/*#menu {
    width: 1024px;
    margin:0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}*/

#otp {
    background: url('ships-romy-3.jpg') no-repeat;
    width: 668px;
    height: 908px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
}

#sidebar {
  width: 350px;
  position: absolute;
  top: 800px;
  right: 70px;
  color: #828d97;
}


#textt {
  width: 58%;
}

#about {
  width: 52%;
  font: 1rem/160% 'Libre Franklin', Helvetica, Sans-serif;
}

#textt, #about {
  position: absolute;
  top: 0;
  right: 40%;
}
  

.center, h1, .bq, .stat, .credits {
    text-align:center;
}


h1 {
    font: 1.5rem/120% 'Libre Franklin', Arial Black, Sans-Serif;
    color: #debb88;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    margin-bottom: -10px;
}


#footer {
    width: 70%;
    margin:0 auto;
    text-align:center;
    color: #627f7b;
    z-index:3;
    padding-bottom: 30px;
    
}

#footer, .stat, .credits, .meta {
    font: 0.8rem/100% 'Raleway', Verdana, Serif;
    text-transform: uppercase;
    padding: 5px;
}

.clique {
    font: 0.5rem/100% 'Raleway', Verdana, Serif;
    text-transform: uppercase;
}

.meta, .highlight {
    background-color: #f5f1e9;
}

.stat, .bq {
    width: 80%;
    margin: 0 auto;
    -moz-box-shadow: 10px 8px #dcd9c8;
    -webkit-box-shadow: 10px 8px #dcd9c8;
    box-shadow: 10px 8px #dcd9c8;
    border: 10px solid #eee;
    outline: 2px dotted #ccc;
}

.bq, .plug {
text-transform: none;
line-height: 120%;
}

.bq {
    text-align: justify;
}

.plug {
text-align: center;
color: #828d97;
}


.credits {
    width: 80%;
    margin: 0 auto;
}

.stat, .credits {
    padding: 20px;
}