Mercurial > repos > stef > qdnaseq
view QDNAseq.css @ 38:c3a66f3e1915 draft
Uploaded
author | stef |
---|---|
date | Thu, 19 Jun 2014 05:40:04 -0400 |
parents | 95d9c729b669 |
children | e08cd7d6a336 |
line wrap: on
line source
/* -------------------- */ /* 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%; }