Skip to content

Instantly share code, notes, and snippets.

@onjiro
Created February 23, 2012 08:50
Show Gist options
  • Save onjiro/1891637 to your computer and use it in GitHub Desktop.
Save onjiro/1891637 to your computer and use it in GitHub Desktop.
遊んでみた
body {
background: none repeat scroll 0 0 #333344;
font-family: Osaka,Helvetica Neue,Helvetica,Arial;
font-size: 14px;
text-align: center;
}
h1 {
color: #FFFFFF;
font-size: 70px;
padding: 30px 0 0;
text-shadow: 0 0 10px #FFFFFF, 0 0 20px #FFFFFF, 0 0 40px #0000FF, 0 0 80px #0000FF;
}
#content img {
border-radius: 3px 3px 3px 3px;
box-shadow: 0 3px 10px #DEDEDE, 0 1px 5px #888888;
margin: 0;
max-width: 100%;
padding: 0;
}
#content a img:hover {
cursor: pointer;
opacity: 0.4;
}
#content {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 0 2px 0 #FFFFFF;
margin: auto;
min-width: 320px;
padding: 50px 30px;
width: 50%;
}
#createForm input#text {
-moz-transition: all 0.2s ease 0s;
border: 1px solid #BBBBBB;
font-size: 24px;
padding: 6px;
width: 85%;
-webkit-transition: all 0.2s ease;
}
ul#taskList {
padding-left: 20px;
}
#taskList li {
border-bottom: 1px solid #CCCCCC;
display: block;
font-size: 24px;
padding: 10px 0;
text-align: left;
}
.task label {
display: inline-block;
width: 85%;
}
.task .delete {
display: none;
}
.task:hover .delete {
display: inline;
}
.total {
color: #6666CC;
margin: 0 40px;
text-align: right;
}
footer {
color: #AAAAFF;
font-size: 14px;
text-shadow: 0 0 2px #FFFFFF, 0 0 8px #AAAAFF;
}
#createForm input#text:focus {
border: 1px solid #66c;
box-shadow: 0 0 2px #DDDDFF, 0 0 5px #66c;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease;
}
@onjiro
Copy link
Author

onjiro commented Feb 23, 2012

ネオン風味楽しい。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment