Hexbomb.gay/css/callgirlsstyle.css

229 lines
4.1 KiB
CSS

html {width: 100%;
font-size: 100%;}
body{
font-family: Georgia, 'Times New Roman', Times, serif;
background-color: bisque;
font-size: 1em;
color: #171718;
}
@font-face {
font-family: "corpulentcaps";
src: url(../fonts/ccaps.ttf);
}
@font-face {
font-family: "corpulentcapshadow";
src: url(../fonts/ccapshad.ttf);
}
@font-face {
font-family: "englishfancy";
src: url(../fonts/tt0840m.ttf);
}
h1{
font-family: "corpulentcaps", Open Sans, Fira Sans, Lucida Sans;
color: #FF7373;
font-size: 3em;
}
h2{
font-family: "corpulentcaps", Open Sans, Fira Sans, Lucida Sans;
color: #FF7373;
font-size: 1.5em;
}
h3{
font-family: Open Sans, Fira Sans, Lucida Sans;
color: #171718;
font-size: 1.2em;
}
a{
font-family: "corpulentcapshadow", Open Sans, Fira Sans, Lucida Sans;
text-decoration: line;
color: #D73838;
}
#header-container{
width: 80%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
height: 100px;
margin-top: 50px;
}
#navigation{
flex: 2 10%;
background-color: antiquewhite;
margin-left: 2px;
border: dotted #FF7373 ;
border-radius: 2px 20px 0 0;
border-width: 3px 3px 0px 3px;
padding-left: 2%;
background-color: #FAEC6E;
margin-right: -3px;
}
#header{
flex: 1 80%;
background-color: antiquewhite;
height: fit-content;
padding-left: 5%;
line-height: 0.6rem;
border: dotted #FF7373 ;
border-radius: 20px 2px 0 20px;
border-width: 3px 3px 3px 3px;
padding-left: 2%;
margin-left: -1.5%;
}
#maincontent{
background-color: antiquewhite;
border: dotted #FF7373 ;
border-radius: 0px 0px 20px 20px;
border-width: 3px 3px 3px 3px;
margin-top: -4px;
margin-bottom: 20px;
width: 80%;
max-width: 1400px;
margin-left: auto;
margin-right: auto;
height: auto;
min-height: 1000px;
}
.hardpixel{
-ms-interpolation-mode:nearest-neighbor;
/*IE 7-11*/
image-rendering: -o-crisp-edges;
/*Opera 12*/
image-rendering: -webkit-crisp-edges;
/*Safari 6-9*/
image-rendering:-moz-crisp-edges;
/*Firefox 3.6-64*/
}
#callpic1{
display:block;
margin-left: auto;
margin-right: auto;
max-width: 1280;
width: 100%;
border: #FF7373 dashed 1px;
margin-top: 20px;
margin-bottom: 20px;
}
#callpic2{
width: 100%;
max-width: 1447px;
}
#callpic3{
display:block;
height: 100%;
max-height: 3172px;
margin-left: auto;
margin-right: 10px;
border: #FF7373 dashed 1px;
margin-top: 20px;
margin-bottom: 20px;
float: right;
}
#callpic4{
display:block;
margin-left: auto;
margin-right: auto;
border: #FF7373 dashed 1px;
margin-top: 10px;
margin-bottom: 20px;
}
#callpic5{
display:block;
margin-left: auto;
margin-right: auto;
width: 90%;
max-width: 3135px;
border: #FF7373 dashed 1px;
margin-top: 10px;
margin-bottom: 20px;
}
#pagespreadcontainer{
display: flex;
margin-left: auto;
margin-right: auto;
width: 95%;
width: 100%;
justify-content: center;
align-items: stretch;
max-width: 2,894px;
max-height: 2046px;
}
#leftpage{
width: 100%;
max-width: 1447px;
flex:50%;
background-color: #0B456D;
background-image: url(../images/oc/pagebg.png);
}
#rightpage{
width: 100%;
max-width: 1447px;
flex:50%;
color: #FFF200;
padding:20px;
padding-top: 5px;
font-family: Open Sans, Fira Sans, Lucida Sans;
font-size: 1vw;
font-style:italic;
background-color: #0B456D;
background-image: url(../images/oc/pagebg.png);
}
#contenttext{
font-size: 1.5rem;
font-family: Open Sans, Fira Sans, Lucida Sans;
}
.pageheader{
font-family: "englishfancy", Lucida Handwriting, Apple Chancery, cursive;
padding-top: 10px;
margin-left: 20px;
font-size: 5vw;
margin-bottom: 10px;
}
#footer{
width: 60%;
margin-left: auto;
margin-right: auto;
text-align: center;
font-size: 1rem;
}
/*Undersize.*/
@media only screen and (max-width: 800px) {
}