|
@@ -991,6 +991,35 @@ footer a#back_to_top i {
|
|
|
color: #899596;
|
|
|
}
|
|
|
|
|
|
+/*************************************************
|
|
|
+ * Tags/Labels
|
|
|
+ **************************************************/
|
|
|
+
|
|
|
+.label-default {
|
|
|
+ border: none;
|
|
|
+ color: rgba(0,0,0,.68);
|
|
|
+ background: rgba(0,0,0,.05);
|
|
|
+ font-weight: normal;
|
|
|
+ border-radius: 3px;
|
|
|
+ padding: 5px 10px;
|
|
|
+ margin-right: 8px;
|
|
|
+ margin-bottom: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.article-tags > .label-default:last-child {
|
|
|
+ margin-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.label-default[href]:focus,
|
|
|
+.label-default[href]:hover {
|
|
|
+ background: rgba(0,0,0,.1);
|
|
|
+}
|
|
|
+
|
|
|
+a.label:focus,
|
|
|
+a.label:hover {
|
|
|
+ color: rgba(0,0,0,.68);
|
|
|
+}
|
|
|
+
|
|
|
/*************************************************
|
|
|
* Button Primary: Color Override
|
|
|
**************************************************/
|