Skip to content

Instantly share code, notes, and snippets.

View paulmaloney's full-sized avatar

Paul Maloney paulmaloney

View GitHub Profile
@paulmaloney
paulmaloney / vector.css
Last active October 11, 2018 17:57 — forked from krisnoble/vector.css
1. Added extra line-height in body copy. 2. Added line-height to the title and made bold. 3. Aligned images to the left. 4. Added italic to the site sub. 5. Added link color and decoration and hover color. 6. Optional old style wiki logo Screenshot: http://mlny.in/QMoE Optional Logo Screenshot: http://mlny.in/QNDG
body {font-family:"Open Sans", "Helvetica Neue", Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {border-bottom-color:#ddd;}
p {line-height:1.8em; margin-bottom:1.8em;}
#mw-content-text {font-size:1.1em; line-height:1.8em;}
li:last-of-type, dd:last-of-type {margin-bottom:1.3em;}
#mw-content-text h2 {padding-top:1.7em;}
a, div#content a.external {color:#00d;}
a:visited, div#content a.external:visited{color:#90d;}
.mw-editsection, .mw-editsection a {color:#ccc !important;}
#mw-panel .portal{-webkit-transition:opacity 250ms ease; opacity:0.3;}
<html>
<head>
<title>IE Placeholder Text</title>
</head>
<body>
<input type="text" name="myInputField" value="" placeholder="HTML5 Placeholder Text" id="myInputField">