codepens/commodore-logo-original-des.../dist/style.css

835 lines
15 KiB
CSS

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
body, html {
width: 100%;
height: 100%;
background-color: #e7e7e7;
color: #303030;
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-family: "Roboto", sans-serif;
font-weight: 600;
}
.main {
max-height: 656px;
max-width: 656px;
border: 2px solid #303030;
box-sizing: border-box;
flex: 0 0 80vw;
height: 80vw;
position: relative;
background-color: #e7e7e7;
}
.logoBigContainer {
width: 55.2%;
height: 54%;
top: 22%;
right: auto;
bottom: auto;
left: 22%;
position: absolute;
border: 2px solid #303030;
overflow: hidden;
}
.logoBigContainer:before, .logoBigContainer:after {
content: "";
position: absolute;
width: 100%;
height: 16.6%;
top: 30.6%;
right: auto;
bottom: auto;
left: 0;
position: absolute;
border-style: solid;
border-color: #303030;
border-width: 2px 0 2px 0;
z-index: 9;
}
.logoBigContainer:after {
top: 51.5%;
right: auto;
bottom: auto;
left: 0;
position: absolute;
}
.logoBigContainer > .below {
font-size: 5em;
}
.logoBigContainer > .below:before {
content: "";
position: absolute;
width: 98%;
height: 99.5%;
top: -1px;
right: auto;
bottom: auto;
left: -1px;
position: absolute;
border-radius: 100%;
border: 2px solid #303030;
box-shadow: inset 0 0 0 0.98em #e7e7e7, inset 0 0 0 calc(.98em + 2px) #303030, inset 0 0 0 2px #303030;
background-color: #e7e7e7;
}
.logoBigContainer > .above {
width: 63.5%;
height: 100%;
top: 0;
right: auto;
bottom: auto;
left: 0;
position: absolute;
border-right: 2px solid #303030;
overflow: hidden;
z-index: 5;
font-size: 5em;
}
.logoBigContainer > .above:before {
content: "";
position: absolute;
width: 154%;
height: 99.5%;
top: -1px;
right: auto;
bottom: auto;
left: -1px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
box-shadow: inset 0 0 0 0.98em rgba(231, 231, 231, 0.5), inset 0 0 0 calc(.98em + 2px) #303030, inset 0 0 0 2px #303030;
}
.logoBigContainer > .lips {
width: 36%;
height: 38%;
top: 31%;
right: auto;
bottom: auto;
left: 64%;
position: absolute;
z-index: 0;
overflow: hidden;
}
.logoBigContainer > .lips:before, .logoBigContainer > .lips:after {
content: "";
position: absolute;
width: 100%;
height: 50%;
top: auto;
right: auto;
bottom: 55%;
left: -20%;
position: absolute;
background-color: rgba(48, 48, 48, 0.45);
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.logoBigContainer > .lips:after {
top: auto;
right: auto;
bottom: -5%;
left: -20%;
position: absolute;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}
.logoBigContainer > .diagonal {
width: 10%;
height: 10%;
top: 39.5%;
right: auto;
bottom: auto;
left: 81%;
position: absolute;
background-color: transparent;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
border-style: solid;
border-color: #303030;
border-width: 2px 2px 0 0;
border-top-right-radius: 100%;
z-index: 99;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.logoBigContainer > .diagonal:before, .logoBigContainer > .diagonal:after {
content: "";
position: absolute;
top: -800px;
right: auto;
bottom: auto;
left: 0;
position: absolute;
width: 2px;
height: 1600px;
background-color: #303030;
}
.logoBigContainer > .diagonal:after {
top: auto;
right: auto;
bottom: 0;
left: -800px;
position: absolute;
width: 1600px;
height: 2px;
}
.info {
width: 100%;
height: 58px;
display: table;
font-size: 12px;
letter-spacing: .5px;
border-bottom: 2px solid #303030;
}
.info > * + * {
border-left: 2px solid #636363;
}
.info > * {
display: table-cell;
vertical-align: middle;
padding-left: 22px;
line-height: 1.8;
}
.info > *:first-child {
width: 41%;
}
.info > *:nth-child(2) {
width: 40%;
}
.info > *:last-child {
width: 19%;
padding-left: 8%;
}
.reference {
top: auto;
right: auto;
bottom: 2%;
left: 5%;
position: absolute;
display: table;
position: absolute;
font-size: 13px;
}
.reference__title {
display: table-row;
letter-spacing: .5px;
font-size: 12px;
height: 22px;
}
.reference__col {
display: table-cell;
line-height: 1.6;
padding-right: 15px;
}
i {
position: absolute;
background-color: #303030;
border: 0;
margin: 0;
padding: 0;
content: 'C';
}
.j {
top: auto;
right: auto;
bottom: 0;
left: 0;
position: absolute;
width: 42%;
height: 43%;
background-color: transparent;
border-style: solid;
border-color: #303030;
border-width: 2px 2px 0 0;
}
.j:before {
top: -40%;
right: auto;
bottom: auto;
left: -80%;
position: absolute;
content: 'J';
font-size: 12px;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hlE {
top: 15%;
right: auto;
bottom: auto;
left: 58%;
position: absolute;
width: 20%;
height: 2px;
}
.hlE:before, .hlE:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.hlE:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.hlE:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.hlE > span:before {
content: "E";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.hlG {
top: 18%;
right: auto;
bottom: auto;
left: 35%;
position: absolute;
width: 29%;
height: 2px;
}
.hlG:before, .hlG:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.hlG:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.hlG:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.hlG > span:before {
content: "G";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.hl10 {
top: 79.5%;
right: auto;
bottom: auto;
left: 22.5%;
position: absolute;
width: 56%;
height: 2px;
}
.hl10:before, .hl10:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.hl10:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.hl10:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.hl10 > span:before {
content: "10";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.hlH {
top: 83%;
right: auto;
bottom: auto;
left: 22.5%;
position: absolute;
width: 35%;
height: 2px;
}
.hlH:before, .hlH:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.hlH:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.hlH:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.hlH > span:before {
content: "H";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.vlC1 {
top: 39%;
right: auto;
bottom: auto;
left: 13.5%;
position: absolute;
width: 9%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlC1:before, .vlC1:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlC1:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlC1:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlC1 > span:before {
content: "C";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.vlC1 > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlC2 {
top: 50.5%;
right: auto;
bottom: auto;
left: 13.5%;
position: absolute;
width: 9%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlC2:before, .vlC2:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlC2:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlC2:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlC2 > span:before {
content: "C";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.vlC2 > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlD1 {
top: 22.5%;
right: auto;
bottom: auto;
left: 81%;
position: absolute;
width: 16.5%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlD1:before, .vlD1:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlD1:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlD1:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlD1 > span:before {
content: "D";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.vlD1 > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlD2 {
top: 59.5%;
right: auto;
bottom: auto;
left: 81%;
position: absolute;
width: 16.5%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlD2:before, .vlD2:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlD2:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlD2:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlD2 > span:before {
content: "D";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.vlD2 > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlB {
top: 48.5%;
right: auto;
bottom: auto;
left: 81%;
position: absolute;
width: 1.5%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlB:before, .vlB:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlB:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlB:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlB > span:before {
content: "B";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.vlB > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlF {
top: 35%;
right: auto;
bottom: auto;
left: 86.5%;
position: absolute;
width: 28.5%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlF:before, .vlF:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlF:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlF:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlF > span:before {
content: "F";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -15px;
}
.vlF > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.vlI {
top: 22.5%;
right: auto;
bottom: auto;
left: 18.5%;
position: absolute;
width: 53.5%;
height: 2px;
-webkit-transform-origin: left center;
transform-origin: left center;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.vlI:before, .vlI:after {
content: "";
position: absolute;
width: 2px;
height: 8px;
background-color: #303030;
}
.vlI:before {
top: -3px;
right: auto;
bottom: auto;
left: -2px;
position: absolute;
}
.vlI:after {
top: -3px;
right: -2px;
bottom: auto;
left: auto;
position: absolute;
}
.vlI > span:before {
content: "I";
font-size: 12px;
left: 50%;
position: absolute;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 5px;
}
.vlI > span:before {
-webkit-transform: rotate(-90deg) translateY(-33%);
transform: rotate(-90deg) translateY(-33%);
}
.logoSmall {
top: auto;
right: 0;
bottom: 0;
left: auto;
position: absolute;
width: 22%;
height: 22%;
border-style: solid;
border-width: 2px 0 0 2px;
border-color: #303030;
background: #e7e7e7;
font-size: 1em;
}
.logoSmall:before {
content: "";
position: absolute;
width: 61%;
height: 61%;
top: 19%;
right: auto;
bottom: auto;
left: 18%;
position: absolute;
border-radius: 100%;
box-shadow: inset 0 0 0 1.2em #303030;
}
.logoSmall:after {
content: "";
position: absolute;
width: 42%;
height: 100%;
top: 0;
right: 0;
bottom: auto;
left: auto;
position: absolute;
background-color: #e7e7e7;
}
.logoSmall > .lips {
width: 25%;
height: 24%;
top: 37%;
right: auto;
bottom: auto;
left: 58%;
position: absolute;
z-index: 0;
overflow: hidden;
z-index: 999;
}
.logoSmall > .lips:before, .logoSmall > .lips:after {
content: "";
position: absolute;
width: 100%;
height: 50%;
top: auto;
right: auto;
bottom: 55%;
left: -20%;
position: absolute;
background-color: #303030;
-webkit-transform: skewX(-45deg);
transform: skewX(-45deg);
}
.logoSmall > .lips:after {
top: auto;
right: auto;
bottom: -5%;
left: -20%;
position: absolute;
-webkit-transform: skewX(45deg);
transform: skewX(45deg);
}