Mercurial > repos > stef > qdnaseq
comparison QDNAseq.css @ 58:e08cd7d6a336 draft
Uploaded
| author | stef |
|---|---|
| date | Thu, 07 Aug 2014 11:02:15 -0400 |
| parents | 95d9c729b669 |
| children |
comparison
equal
deleted
inserted
replaced
| 57:2b729107cdb4 | 58:e08cd7d6a336 |
|---|---|
| 1 /* -------------------- */ | 1 /* --- QDNAseq CSS --- */ |
| 2 /* general stuff */ | |
| 3 /* -------------------- */ | |
| 4 body{ padding: 0px 20px; } | 2 body{ padding: 0px 20px; } |
| 3 pre { padding: 0px 25px; } | |
| 5 h3.qdnaseq{ color: #355681; border-bottom: 1px solid #355681;} | 4 h3.qdnaseq{ color: #355681; border-bottom: 1px solid #355681;} |
| 6 .highlight { background: yellow; color: red;} | 5 .marker { background: yellow; color: red;} |
| 7 .code { | 6 .button { background: rgb(28, 184, 65); color: white; border-radius: 4px; padding: 4px 10px } |
| 8 padding: 2px 4px; | |
| 9 font-size: 90%; | |
| 10 color: #c7254e; | |
| 11 background-color: #f9f2f4; | |
| 12 /*white-space: nowrap;*/ | |
| 13 border-radius: 4px; | |
| 14 } | |
| 15 | |
| 16 /* -------------------- */ | |
| 17 /* button stuff */ | |
| 18 /* -------------------- */ | |
| 19 .button-success, .button-error, .button-warning, .button-secondary { color: white; border-radius: 4px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } | |
| 20 .button-secondary { background: rgb(66, 184, 221); /* this is a light blue */ } | |
| 21 .button-success { background: rgb(28, 184, 65); /* this is a green */ } | |
| 22 .button-warning { background: rgb(223, 117, 20); /* this is an orange */ } | |
| 23 .button-small { font-size: 85%; } | |
| 24 |
