Skip to content

Custom CSS snippets

rekado edited this page Jun 3, 2012 · 3 revisions

Snippets for the CustomCSS - Field in profile-settings

With CustomCSS you might alter the behavior or display of libertree.

To use any of the snippets copy some or all of the snippets into your setting/CustomCSS - field.

enlarge pictures in river-view while hovering over it

[NOTE: this is now default behaviour]

.excerpt img:hover {
   max-height: 100%;
   max-width: 640px;
}

change background to a solid color

.bg { background: #cceedd; }
Clone this wiki locally