# HG changeset patch # User stef # Date 1407423735 14400 # Node ID e08cd7d6a33691d267e3defd2ab7e1b83d60e959 # Parent 2b729107cdb4ffcc0442805f1e660ae06f4efad1 Uploaded diff -r 2b729107cdb4 -r e08cd7d6a336 QDNAseq.css --- a/QDNAseq.css Thu Aug 07 11:02:02 2014 -0400 +++ b/QDNAseq.css Thu Aug 07 11:02:15 2014 -0400 @@ -1,24 +1,6 @@ -/* -------------------- */ -/* general stuff */ -/* -------------------- */ +/* --- QDNAseq CSS --- */ body{ padding: 0px 20px; } +pre { padding: 0px 25px; } 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%; } - +.marker { background: yellow; color: red;} +.button { background: rgb(28, 184, 65); color: white; border-radius: 4px; padding: 4px 10px }