Created
June 10, 2012 17:26
-
-
Save joelip/2906695 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'); | |
} | |
@font-face { | |
font-family: 'Quattrocento Sans'; | |
font-style: normal; | |
font-weight: normal; | |
src: local('Quattrocento Sans'), local('QuattrocentoSans'), url('http://themes.googleusercontent.com/static/fonts/quattrocentosans/v5/efd6FGWWGX5Z3ztwLBrG9coBJSyBiVuloIc8IXLz46o.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'Questrial'; | |
font-style: normal; | |
font-weight: 400; | |
src: local('Questrial'), local('Questrial-Regular'), url('http://themes.googleusercontent.com/static/fonts/questrial/v3/MYWJ4lYm5dbZ1UBuYox79LO3LdcAZYWl9Si6vvxL-qU.woff') format('woff'); | |
} | |
@font-face { | |
font-family: 'Quattrocento Sans'; | |
font-style: normal; | |
font-weight: 700; | |
src: local('Quattrocento Sans Bold'), local('QuattrocentoSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/quattrocentosans/v5/tXSgPxDl7Lk8Zr_5qX8FIaILZ3_VFR4y34zupljc1bH3rGVtsTkPsbDajuO5ueQw.woff') format('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: left; | |
line-height: 65px; | |
text-indent: 25px; | |
cursor: pointer; | |
} | |
/* 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; | |
} | |
/* User Profile Data and Photo */ | |
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; | |
color: rgba(70,70,70,1); | |
text-shadow: 0px 1px 2px rgba(200,200,200,0.9), 1px -0px 2px rgba(200,200,200,0.9); | |
text-indent: 15px; | |
} | |
#userinfo > #username { | |
font: 20px 'EB Garamond', serif; | |
line-height: 20px; | |
} | |
#userinfo > #useroptions { | |
font: 16px 'Quattrocento Sans', sans-serif | |
text-indent: 20px; | |
cursor: pointer; | |
} | |
/* Document Browser */ | |
aside > #docbrowser { | |
float: left; | |
width: 300px; | |
height: 560px; | |
vertical-align: bottom; | |
background-color: rgba(192,192,192,0.1); | |
/* border: 1px dashed #000; */ | |
-moz-border-radius: 0px 0px 5px 5px; | |
-webkit-border-radius: 0px 0px 5px 5px; | |
-border-radius: 0px 0px 5px 5px; | |
margin: 0px 0px 5px 11px; | |
overflow-y: scroll; | |
} | |
#browsetitlebox { | |
width: 300px; | |
height: 28px; | |
padding: 10px 0px 0px 0px; | |
margin: 15px 0px 0px 11px; | |
-webkit-border-radius: 5px 5px 0px 0px; | |
-moz-border-radius: 5px 5px 0px 0px; | |
-border-radius: 5px 5px 0px 0px; | |
background-color: rgba(192,192,192,0.1); | |
text-align: center; | |
font-family: 'Quattrocento Sans', Helvetica, sans-serif; | |
font-size: 20px; | |
color: rgba(205,183,158,1); | |
text-shadow: 0px 1px 2px rgba(255,239,219,1), 0px -1px 2px rgba(255,239,219,1); | |
} | |
#browsetitle { | |
border-bottom: 1px solid rgba(70,70,70,0.7); | |
} | |
/* 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: rgba(192,192,192,0.1); | |
/* 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); | |
-moz-border-radius: 5px 5px 0px 0px; | |
-webkit-border-radius: 5px 5px 0px 0px; | |
-border-radius: 5px 5px 0px 0px; | |
margin: 10px auto 0px auto; | |
/* border: 1px dashed #000; */ | |
text-align: center; | |
} | |
nav #keyterm { | |
width: 125px; | |
height: 50px; | |
background: | |
/* -webkit-linear-gradient(top, #d9d9d9, #c0c0c0); | |
-moz-linear-gradient(top, #d9d9d9, #c0c0c0); | |
-linear-gradient(top, #d9d9d9, #c0c0c0); */ | |
-webkit-linear-gradient(top, #fff, #f0f0f0); | |
-moz-linear-gradient(top, #fff, #f0f0f0); | |
-linear-gradient(top, #fff, #f0f0f0); | |
color: rgba(70,70,70,1); | |
font-family: 'Quattrocento Sans', Helvetica, sans-serif; | |
-moz-border-radius: 5px; | |
-webkit-border-radius: 5px; | |
-border-radius: 5px; | |
border: 1px solid #b0b0b0; | |
border-color: #DEDEDE #C8C8C8 #c0c0c0; | |
box-shadow: 1px px 5px rgba(150,150,150,1), -1px -1px 5px rgba(150,150,150,1); | |
cursor: pointer; | |
line-height: 46px; | |
text-shadow: 0px 1px 2px rgba(200,200,200,0.9), 1px -0px 2px rgba(200,200,200,0.9); | |
font-weight: 400; | |
font-size: 22px; | |
float: left; | |
} | |
nav #doctab1 { | |
float: right; | |
width: 70px; | |
height: 70px; | |
margin: 10px 15px 0px 0px; | |
-webkit-border-radius: 5px 5px 0px 0px; | |
-moz--border-radius: 5px 5px 0px 0px; | |
-border-radius: 5px 5px 0px 0px; | |
box-shadow: 0px -1px 5px rgba(180,180,180,1); | |
line-height: 70px; | |
font-family: 'Quattrocento Sans', Helvetica, sans-serif; | |
text-shadow: 0px 1px 2px rgba(200,200,200,0.9), 1px -0px 2px rgba(200,200,200,0.9); | |
background-color: #fff; | |
cursor: pointer; | |
} | |
nav #doctab2 { | |
float: right; | |
width: 70px; | |
height: 55px; | |
margin: 10px 1px 0px 0px; | |
-webkit-border-radius: 5px 5px 0px 0px; | |
-moz--border-radius: 5px 5px 0px 0px; | |
-border-radius: 5px 5px 0px 0px; | |
box-shadow: 0px -1px 5px rgba(180,180,180,1), 2px 2px 8px rgba(255,255,255,0); | |
padding: 15px 0px 0px 0px; | |
font-family: 'Quattrocento Sans', Helvetica, sans-serif; | |
text-shadow: 0px 1px 2px rgba(200,200,200,0.9), 1px -0px 2px rgba(200,200,200,0.9); | |
background-color: #fff; | |
cursor: pointer; | |
} | |
#wrapper { | |
width: 98%; | |
height: 690px; | |
background-color: #fff; | |
box-shadow: 0px -1px 2px rgba(120,120,120,0.3); | |
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: 0px 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; | |
float: left; | |
} | |
/* footer content */ | |
footer { | |
width: 100%; | |
height: 75px; | |
background-color: #89949B; | |
margin: 0px 0px 10px 0px; | |
float: left; | |
-webkit-border-radius: 5px 5px 0px 0px; | |
-moz--border-radius: 5px 5px 0px 0px; | |
-border-radius: 5px 5px 0px 0px; | |
} |
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
<body> | |
<header> | |
<div id="title">Colloquiate.<span id="code">beta</span></div> | |
</header> | |
<aside> | |
<div id="userprof"> | |
<div id="profphoto"></div> | |
<div id="userinfo"> | |
<h3 id="username">Welcome, User!</h3> | |
<div id="useroptions">Log out</div> | |
<div id="useroptions">Account</div> | |
<div id="useroptions">Help</div> | |
</div> | |
</div> | |
<div id="browsetitlebox"> | |
<span id="browsetitle">Document Browser</span> | |
</div> | |
<div id="docbrowser"> | |
<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> | |
<form> | |
<input type="submit" id="keyterm" name="key term" value="Key Term"> | |
</form> | |
<div id="doctab1">Notes</div> | |
<div id="doctab2">Key Terms</div> | |
</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":"result"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment