Skip to content

Commit

Permalink
New button styles for Pure.css, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
alijaffar committed Oct 8, 2015
1 parent 0399c5c commit 6a5265f
Showing 1 changed file with 41 additions and 13 deletions.
54 changes: 41 additions & 13 deletions meme_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,56 @@
text-align: center;
}

#top-line, #bottom-line, select, button {
padding: .5em;
border: 1px solid #999;
font: inherit;
}


#canvas {
display: block;
margin: 1em auto;
cursor: pointer;
}
.captions {padding:1em;}
.center {text-align:center; }
.button-success,
.button-error,
.button-warning,
.button-secondary {
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
background: rgb(66, 184, 221); /* this is a light blue */
}


input{
width:200px;
background-color:#FFF;
color:#999;
font-size:13pt;
.button-xsmall {
font-size: 70%;
}
.reset {
color:red;

.button-small {
font-size: 85%;
}

.button-large {
font-size: 110%;
}

.button-xlarge {
font-size: 125%;
}

@font-face {
font-family: 'Impact';
src: url('fonts/Impact.ttf') format('truetype');
Expand Down

0 comments on commit 6a5265f

Please sign in to comment.