# HG changeset patch # User stef # Date 1402666940 14400 # Node ID 95d9c729b669489293c7281896036363066aa092 # Parent 336697c6f7fac7bb79572bbfdd51e6f9c3d5a460 Uploaded diff -r 336697c6f7fa -r 95d9c729b669 QDNAseq.css --- /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%; } +