Mercurial > repos > stef > qdnaseq
diff QDNAseq.css @ 3:95d9c729b669 draft
Uploaded
| author | stef |
|---|---|
| date | Fri, 13 Jun 2014 09:42:20 -0400 |
| parents | |
| children | e08cd7d6a336 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/QDNAseq.css Fri Jun 13 09:42:20 2014 -0400 @@ -0,0 +1,24 @@ +/* -------------------- */ +/* general stuff */ +/* -------------------- */ +body{ padding: 0px 20px; } +h3.qdnaseq{ color: #355681; border-bottom: 1px solid #355681;} +.highlight { background: yellow; color: red;} +.code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + /*white-space: nowrap;*/ + border-radius: 4px; +} + +/* -------------------- */ +/* button stuff */ +/* -------------------- */ +.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-secondary { background: rgb(66, 184, 221); /* this is a light blue */ } +.button-success { background: rgb(28, 184, 65); /* this is a green */ } +.button-warning { background: rgb(223, 117, 20); /* this is an orange */ } +.button-small { font-size: 85%; } +
