Created
September 5, 2012 12:34
-
-
Save jonsullivan/3635927 to your computer and use it in GitHub Desktop.
Handout design for iPad app
This file contains 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
/** | |
* Handout design for iPad app | |
*/ | |
div { | |
font-family:Arial; | |
} | |
div.main .handout { | |
height:30px; | |
border:1px solid #efefef; | |
padding:5px; | |
line-height:30px; | |
} | |
div.main .handoutName { | |
float:left; | |
color: #4691DF; | |
padding-left:5px; | |
} | |
div.main .handoutType { | |
float:right; | |
width:100px; | |
} | |
div.main .handoutSize { | |
float:right; | |
width:75px; | |
} | |
div.main { | |
background-color: #F1F8FE; | |
box-shadow:inset 0 0 10px 2px #CACFD0; | |
border-radius: 10px; | |
padding:5px; | |
margin: 20px; | |
} |
This file contains 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
<!-- content to be placed inside <body>…</body> --> | |
<h3>Handouts</h1> | |
<div class="main"> | |
<div class="handout"><div class="handoutName">File Name</div><div class="handoutSize">SIZE</div><div class="handoutType">TYPE</div></div> | |
<div class="handout"><div class="handoutName">File Name</div><div class="handoutSize">SIZE</div><div class="handoutType">TYPE</div></div> | |
<div class="handout"><div class="handoutName">File Name</div><div class="handoutSize">SIZE</div><div class="handoutType">TYPE</div></div> | |
<div class="handout"><div class="handoutName">File Name</div><div class="handoutSize">SIZE</div><div class="handoutType">TYPE</div></div> | |
</div> | |
This file contains 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","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment