Skip to content

Commit

Permalink
Add Desktop, email submission
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobrask committed Aug 6, 2011
1 parent 1ff49d7 commit bae2bfe
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -57,8 +57,9 @@
<link rel="stylesheet alternate" href="styles/simpl.css" title="Simpl" data-id="simpl" data-author-name="Neofyt" data-author-url="http://www.neofyt.com">
<link rel="stylesheet alternate" href="styles/mitchiru.css" title="Mitchiru" data-id="mitchiru" data-author-name="Michael Fritz" data-author-url="http://banquo.de">
<link rel="stylesheet alternate" href="styles/yvelious.css" title="Yvelious" data-id="yvelious" data-author-name="Stas Levyshev" data-author-url="http://yvelious.com">
<link rel="stylesheet alternate" href="styles/desktop.css" title="Desktop" data-id="desktop" data-author-name="Webmolot" data-author-url="http://webmolot.com">
<link rel="stylesheet alternate" href="styles/expandable.css" title="Expandable" data-id="expandable" data-author-name="Dennis Madvedovsky" data-author-url="http://twitter.com/curlybrace">
<link rel="stylesheet alternate" href="styles/bluebrush.css" title="BlueBrush" data-id="BlueBrush" data-author-name="Jenny Hao" data-author-url="https://twitter.com/jennyhao">
<link rel="stylesheet alternate" href="styles/bluebrush.css" title="BlueBrush" data-id="bluebrush" data-author-name="Jenny Hao" data-author-url="https://twitter.com/jennyhao">
<link rel="stylesheet alternate" href="styles/noticeboard.css" title="Notice Board" data-id="noticeboard" data-author-name="Nihar Sawant" data-author-url="http://www.about.me/niharsawant">
<link rel="stylesheet alternate" href="styles/aapl.css" title="AAPL" data-id="aapl" data-author-name="Joffrey Jaffeux" data-author-url="http://twitter.com/joffreyjaffeux">
<link rel="stylesheet alternate" href="styles/yollaw.css" title="Yollaw" data-id="yollaw" data-author-name="Yan Ivanov" data-author-url="http://franzose.in">
Expand Down
1 change: 1 addition & 0 deletions styles/desktop-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 130 additions & 0 deletions styles/desktop.css
@@ -0,0 +1,130 @@
/* CSS1K entry
* "Desktop" by Webmolot (http://webmolot.com/)
* This file is unminified for legibility, for size proof add '-min' to the end of the filename */


* {
color:#000;
font:13px arial;
margin:0;
z-index:1
}

[role]>*>*,[role]>* {
margin:0 0 15px
}

body {
background:#9cf
}

body:after {
background:#e3eaf2;
border-radius:10em/6em;
height:9em;
left:10%;
top:10%;
width:21em
}

body:before {
background:#693;
border-radius:170em/60em;
bottom:0;
height:70%;
left:0;
margin:0 -40% -20%;
width:180%
}

body:before,body:after {
content:"";
position:fixed
}

body>*,ul,h1 {
position:fixed
}

body>header {
border:solid #39f;
border-width:4px 185px 0 0;
bottom:0;
left:0;
right:0;
z-index:2
}

body>header * {
color:#fff
}

body>header,h1 {
background:#06f;
margin:-27px 0 0
}

footer {
bottom:4px;
right:0;
width:13em;
z-index:3
}

footer * {
color:#fff;
font-size:10px
}

h1,[role] {
border:5px solid #06f;
left:35%;
padding:3px;
top:15%;
width:50%
}

h1:after {
content:" - Notepad"
}

nav {
background:#393;
float:left;
padding:0 1em
}

nav a {
color:#000;
font-size:11px;
text-decoration:none
}

nav a+a {
color:#999
}

nav h2 {
font: italic 17px/1.7 arial
}

nav:hover ul {
display:block
}

ul {
bottom:28px;
display:none;
left:0;
padding:5px
}

ul,[role] {
background:#fff;
height:55%;
overflow:auto
}

ul>* {
margin:3px
}

0 comments on commit bae2bfe

Please sign in to comment.