Created
June 9, 2012 03:42
-
-
Save joelip/2899303 to your computer and use it in GitHub Desktop.
Colloquiate Wireframe Notes Editing Page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Colloquiate Wireframe Notes Editing Page */ | |
/* colors | |
black: #000 | |
grey: #666 | |
light grey: #c0c0c0 | |
blueish grey: #89949B | |
light pastel yellow: #ffffcc | |
bisque 3: #CDB79E 205 183 158 | |
peachpuff 4: #8B7765 139 119 101 | |
indian red: #B0171F 176 23 31 | |
steel blue 4: 54, 100, 139 - #36648B | |
*/ | |
/* border reference | |
border: [size px] [line type (solid etc)] [color]; | |
*/ | |
body { | |
width: 1200px; | |
height: 100%; | |
margin: 0 auto 0 auto; | |
display: block; | |
font-family: helvetica, arial, sans-serif; | |
background-color: rgba(192,192,192,0.4); | |
} | |
@font-face { | |
font-family: 'EBGaramond'; | |
src: url('http://themes.googleusercontent.com/static/fonts/ebgaramond/v4/kYZt1bJ8UsGAPRGnkXPeFbrIa-7acMAeDBVuclsi6Gc.woff'); | |
} | |
#code { | |
font-family: Lucida Console; | |
color: rgba(205,51,51,0.8); | |
font-size: 60px; | |
} | |
header { | |
width: 100%; | |
height: 80px; | |
background-color: rgba(54,100,139,0.8); | |
margin: 0px 0px 8px 0px; | |
-moz-border-radius: 0px 0px 5px 5px; | |
-webkit-border-radius: 0px 0px 5px 5px; | |
-border-radius: 0px 0px 5px 5px; | |
} | |
#title { | |
font: 70px 'EBGaramond', serif; color: rgba(205,183,158,1); | |
text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666; | |
text-align: center; | |
margin-bottom: 5px; | |
} | |
/* side bar content */ | |
aside { | |
width: 27%; | |
height: 800px; | |
float: left; | |
background-color: #fff; | |
margin: 0px 0px 8px 0px; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
} | |
aside > #userprof { | |
width: 300px; | |
height: 150px; | |
/* border: 1px dashed #000; */ | |
background-color: rgba(192,192,192,0.1); | |
margin: 5px 0px 0px 11px; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
list-style: none; | |
} | |
#userprof > #profphoto { | |
width: 120px; | |
height: 120px; | |
float: left; | |
margin: 5px 0px 0px 5px; | |
background-image: url('http://placekitten.com/120/120'); | |
border: 1px solid #c0c0c0; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
} | |
#userprof > #userinfo { | |
width: 165px; | |
height: 120px; | |
float: left; | |
margin: 5px 0px 0px 5px; | |
border: 1px dashed #c0c0c0; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
} | |
aside > #docbrowser { | |
float: left; | |
width: 300px; | |
height: 600px; | |
vertical-align: bottom; | |
background-color: rgba(192,192,192,0.1); | |
/* border: 1px dashed #000; */ | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
margin: 15px 0px 5px 11px; | |
text-align: center; | |
overflow-y: scroll | |
} | |
/* documents inside mini browser */ | |
#docbrowser > ul { | |
list-style: none; | |
} | |
#docbrowser > ul > li { | |
float: left; | |
} | |
#docbox { | |
width: 92px; | |
height: 120px; | |
background-color: rgba(255,245,240,0.8); | |
margin: 20px 0px 15px 30px; | |
-moz-box-shadow: #000 2px 2px 5px; | |
-webkit-box-shadow: #000 2px 2px 5px; | |
-border-radius-shadow: #000 2px 2px 5px; | |
} | |
#docboxleft { | |
width: 92px; | |
height: 120px; | |
background-color: rgba(255,245,240,0.8); | |
margin: 20px 0px 15px 0px; | |
-moz-box-shadow: #000 2px 2px 5px; | |
-webkit-box-shadow: #000 2px 2px 5px; | |
-border-radius-shadow: #000 2px 2px 5px; | |
} | |
/* document editor content */ | |
section { | |
width: 72%; | |
height: 800px; | |
float: right; | |
background-color: #fff; | |
/* border: 1px dashed #000; */ | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
margin:0px 0px 0px 0px; | |
} | |
section > nav { | |
width: 98%; | |
height: 80px; | |
background-color: rgba(192,192,192,0.1); | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
margin: 10px auto 10px auto; | |
/* border: 1px dashed #000; */ | |
text-align: center; | |
} | |
#wrapper { | |
width: 98%; | |
height: 690px; | |
background-color: rgba(192,192,192,0.1); | |
/* border: 1px dashed black; */ | |
margin: 0px 9px 0px 0px; | |
overflow-y: scroll; | |
} | |
#wrapper > ul { | |
list-style: none; | |
} | |
#wrapper > ul > li { | |
float: left; | |
} | |
#doc { | |
width: 773px; | |
height: 1000px; | |
background-color: rgba(204,153,102,0.05); | |
margin: 15px auto 10px auto; | |
-moz-box-shadow: #c0c0c0 0.5px 0.5px 8px; | |
-webkit-box-shadow: #c0c0c0 0.5px 0.5px 8px; | |
-border-radius-shadow: #c0c0c0 0.5px 0.5px 8px; | |
} | |
/* footer content */ | |
footer { | |
width: 100%; | |
height: 75px; | |
background-color: #89949B; | |
margin: 0px 0px 10px 0px; | |
float: left; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'> | |
</head> | |
<body> | |
<header> | |
<div id="title">Colloquiate.<span id="code">beta</span></div> | |
</header> | |
<aside> | |
<div id="userprof"> | |
<div id="profphoto"></div> | |
<div id="userinfo"></div> | |
</div> | |
<div id="docbrowser">Document Browser | |
<ul> | |
<li id="docboxleft"></li> | |
<li id="docbox"></li> | |
<li id="docboxleft"></li> | |
<li id="docbox"></li> | |
<li id="docboxleft"></li> | |
<li id="docbox"></li> | |
<li id="docboxleft"></li> <li id="docbox"></li> | |
<li id="docboxleft"></li> | |
<li id="docbox"></li> | |
<li id="docboxleft"></li> | |
<li id="docbox"></li> | |
</ul> | |
</div> | |
</aside> | |
<section> | |
<nav>Theoretical Nav Bar for Docs</nav> | |
<section id="wrapper"> | |
<ul> | |
<li id="doc"></li> | |
<li id="doc"></li> | |
</ul> | |
</section> | |
</section> | |
<footer> | |
</footer> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment