User:Ret Samys/common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(includes header) |
||
Line 1: | Line 1: | ||
/*************************************** | |||
* * | |||
* drivecomic.com mimicry * | |||
* * | |||
***************************************/ | |||
@media screen and (min-width: 1000px){ | @media screen and (min-width: 1000px){ | ||
Line 12: | Line 19: | ||
#mw-page-base{ | #mw-page-base{ | ||
background:transparent; | background:transparent; | ||
z-index:1; | |||
} | } | ||
Line 23: | Line 31: | ||
height:5px; | height:5px; | ||
width:100%; | width:100%; | ||
z-index:10; | |||
} | |||
#mw-head-base{ | |||
height:216px !important; | |||
} | |||
#p-personal{ | |||
background: repeating-linear-gradient(#1B1E20 ,#1B1E20 3px,#353C3F 3px, #353C3F 5px); | |||
box-shadow: 0 0 20px black; | |||
z-index: 1; | |||
height: 163px; | |||
padding: 0; | |||
transform: skewX(-30deg); | |||
right:20%; | |||
width: 731px; | |||
margin: auto; | |||
left: 0; | |||
right: 0; | |||
} | |||
#p-personal ul{ | |||
transform: skewX(30deg); | |||
padding:0 !important; | |||
position: absolute; | |||
bottom: 20px; | |||
left: 80px; | |||
} | } | ||
#p-personal ul li{ | |||
transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-30deg); | |||
background-image: linear-gradient(#3D6577,#6594A8); | |||
padding: 5px 13px; | |||
text-transform: lowercase; | |||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; | |||
font-size: .9em; | |||
box-shadow: 0 0 5px white; | |||
border: solid 1px white; | |||
height: 16px; | |||
} | |||
#p-personal ul li:hover{ | |||
background:#8E2323; | |||
} | |||
#p-personal ul li:hover a{ | |||
color:white; | |||
text-shadow:0 0 3px white; | |||
text-decoration:none; | |||
} | |||
#p-personal ul li a{ | |||
transform: scaleX(1) scaleY(1) scaleZ(1) skewX(30deg); | |||
display: inline-block; | |||
color: #013348; | |||
font-weight: bold; | |||
} | |||
#right-navigation,#mw-panel,#footer{ | |||
width:14%; | width:14%; | ||
} | } | ||
Line 32: | Line 95: | ||
#content{ | #content{ | ||
margin: auto !important; | margin: auto !important; | ||
width: | width: 830px !important; | ||
padding: 10px !important; | |||
border-radius: 10px !important; | border-radius: 10px !important; | ||
box-shadow: 0 0 15px black,0 0 10px rgba(0,0,255,.3) inset !important | box-shadow: 0 0 50px black,0 0 15px black,0 0 10px rgba(0,0,255,.3) inset !important | ||
color: #02425B !important; | color: #02425B !important; | ||
font-family: "Trebuchet MS", Helvetica, sans-serif !important; | font-family: "Trebuchet MS", Helvetica, sans-serif !important; | ||
Line 50: | Line 114: | ||
} | } | ||
# | #right-navigation,#left-navigation{ | ||
margin-top: | margin-top:184px !important; | ||
height: 32px !important; | |||
} | } | ||
Line 63: | Line 128: | ||
right: 0 !important; | right: 0 !important; | ||
display: table !important; | display: table !important; | ||
background: | background: #CC3232 !important; | ||
height: 2em !important; | height: 2em !important; | ||
text-shadow: 0 0 1px !important; | |||
} | } | ||
Line 77: | Line 143: | ||
#left-navigation .vectorTabs:before { | #left-navigation .vectorTabs:before { | ||
content: "\A"; | content: "\A"; | ||
background: | background: #CC3232; | ||
width: 2em; | width: 2em; | ||
height: 4.8em; | height: 4.8em; | ||
Line 88: | Line 154: | ||
#right-navigation .vectorTabs:after{ | #right-navigation .vectorTabs:after{ | ||
content: "\A"; | content: "\A"; | ||
background: | background: #CC3232; | ||
width: 2em; | width: 2em; | ||
height: 4.8em; | height: 4.8em; |
Revision as of 04:13, 9 February 2017
/*************************************** * * * drivecomic.com mimicry * * * ***************************************/ @media screen and (min-width: 1000px){ html{ background: url(http://drive.mcslp.net/images/6/69/Alnilam-Stars-Pattern.png); } body{ background: linear-gradient(rgba(0,0,0,.9),transparent,transparent); background-attachment:fixed; } #mw-page-base{ background:transparent; z-index:1; } #mw-page-base:after { content:'\A'; position:absolute; background:white; top:0; bottom:0; left:0; height:5px; width:100%; z-index:10; } #mw-head-base{ height:216px !important; } #p-personal{ background: repeating-linear-gradient(#1B1E20 ,#1B1E20 3px,#353C3F 3px, #353C3F 5px); box-shadow: 0 0 20px black; z-index: 1; height: 163px; padding: 0; transform: skewX(-30deg); right:20%; width: 731px; margin: auto; left: 0; right: 0; } #p-personal ul{ transform: skewX(30deg); padding:0 !important; position: absolute; bottom: 20px; left: 80px; } #p-personal ul li{ transform: scaleX(1) scaleY(1) scaleZ(1) skewX(-30deg); background-image: linear-gradient(#3D6577,#6594A8); padding: 5px 13px; text-transform: lowercase; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: .9em; box-shadow: 0 0 5px white; border: solid 1px white; height: 16px; } #p-personal ul li:hover{ background:#8E2323; } #p-personal ul li:hover a{ color:white; text-shadow:0 0 3px white; text-decoration:none; } #p-personal ul li a{ transform: scaleX(1) scaleY(1) scaleZ(1) skewX(30deg); display: inline-block; color: #013348; font-weight: bold; } #right-navigation,#mw-panel,#footer{ width:14%; } #content{ margin: auto !important; width: 830px !important; padding: 10px !important; border-radius: 10px !important; box-shadow: 0 0 50px black,0 0 15px black,0 0 10px rgba(0,0,255,.3) inset !important color: #02425B !important; font-family: "Trebuchet MS", Helvetica, sans-serif !important; font-weight: 500 !important; left: 0 !important; right: 0 !important; position:absolute !important; z-index:5 !important; } #content b,#content strong,#content a{ /*color: black;*/ font-weight:900; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } #right-navigation,#left-navigation{ margin-top:184px !important; height: 32px !important; } .vectorTabs{ background:initial !important; position: absolute !important; z-index: 2 !important; margin: auto !important; padding:0 !important; left: 0 !important; right: 0 !important; display: table !important; background: #CC3232 !important; height: 2em !important; text-shadow: 0 0 1px !important; } #right-navigation .vectorTabs{ transform: translateX(50%); } #left-navigation .vectorTabs{ transform: translateX(-50%); } #left-navigation .vectorTabs:before { content: "\A"; background: #CC3232; width: 2em; height: 4.8em; transform: rotate(45deg); position: absolute; left: -2em; z-index: -1; } #right-navigation .vectorTabs:after{ content: "\A"; background: #CC3232; width: 2em; height: 4.8em; transform: rotate(-45deg); position: absolute; z-index: -1; } .vectorTabs ul, .vectorTabs ul li,.vectorTabs ul li span{ margin: 0 !important; padding: 0 !important; background:initial !important; } .vectorTabs ul{ padding-top:.4em !important; } .vectorTabs a{ white-space: nowrap; color: white !important; text-transform: uppercase; font-family: Consolas,Courier New,monospace; padding-left:.7em !important; padding-right:.7em !important; padding-top:0 !important; font-size:1em !important; height:1em !important; overflow:hidden !important; border-left:solid white 2px; border-right:solid white 2px; } .vectorTabs li.icon a{ line-height: 3em !important; max-width: 5px !important; overflow: hidden !important; } .vectorMenu{ top:-.5em; z-index:6; } }