3
|
1 /* -------------------- */
|
|
2 /* general stuff */
|
|
3 /* -------------------- */
|
|
4 body{ padding: 0px 20px; }
|
|
5 h3.qdnaseq{ color: #355681; border-bottom: 1px solid #355681;}
|
|
6 .highlight { background: yellow; color: red;}
|
|
7 .code {
|
|
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
|