/* Peudo elements: http://www.w3schools.com/CSS/CSS_pseudo_elements.asp */ div.Proxy a { color: #000; } div.ahmteksten:first-letter { font-size: 300%; display: block; float: left; margin: 0.1em 0 0; color: #ccc; } div.Proxy div.title { font-size: 200%; font-weight: bold; } ol.result-list div.Proxy div.title { font-size: 120%; } ol.result-list div.Proxy div.title:hover { font-size: 120%; color: #00f; text-decoration: underline; } ol.result-list div.Proxy div.creator { font-size: 100%; } ol.result-list span.no_img { display: none; } div.Proxy div.creator { font-size: 130%; font-weight: bold; font-style: italic; } div.Proxy div.created span { margin: 0 5px; } div.Proxy div.owner span { margin: 0 5px; } div.Proxy span.alternativenumber,span.priref { display: none; } div.Proxy div.hasThumbnail { margin-right: 1em; } ol.result-list div.Proxy img.thumbnail { max-height: 64px; } div.Proxy img.thumbnail { max-height: 250px; margin: 0px 1em; padding: 1px; border: 5px inset gold; float: left; background-color: #666; } div.Proxy div.documentation:before { content: "Documentation: "; font-style: italic; color: #888; } div.Proxy div.technique:before { content: "Technique: "; font-style: italic; color: #888; } div.Proxy div.objectCategory:before { content: "Category: "; font-style: italic; color: #888; } div.Proxy div.productionPlace:before { content: "Produced in: "; font-style: italic; color: #888; } div.Proxy div.fullview { border-top: 1px solid; text-align: right; font-style: italic; }