|
@@ -813,6 +813,33 @@ body.page .edit-link {
|
|
|
}
|
|
|
|
|
|
|
|
|
+/* Meta
|
|
|
+-------------------------------------------------------------- */
|
|
|
+
|
|
|
+.meta {
|
|
|
+ font-size: 11px;
|
|
|
+}
|
|
|
+.categories-fb {
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
+span.fb {
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
+ margin-left: 5px;
|
|
|
+ padding: 3px 4px 2px 5px;
|
|
|
+ background-image: url(img/fb1.png) ;
|
|
|
+ background-position: 0 16px;
|
|
|
+ position: relative;
|
|
|
+ -webkit-transition: all ease 0.3s;
|
|
|
+ -moz-transition: all ease 0.3s;
|
|
|
+ -o-transition: all ease 0.3s;
|
|
|
+ -ms-transition: all ease 0.3s;
|
|
|
+ transition: all ease 0.3s;
|
|
|
+ }
|
|
|
+ span.fb:hover {
|
|
|
+ background-position: 0 0;
|
|
|
+ }
|
|
|
+
|
|
|
/* =Asides
|
|
|
-------------------------------------------------------------- */
|
|
|
|