changeset 58:e08cd7d6a336 draft

Uploaded
author stef
date Thu, 07 Aug 2014 11:02:15 -0400
parents 2b729107cdb4
children bfe9d9b7e261
files QDNAseq.css
diffstat 1 files changed, 4 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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 }