/* CSS datoteka stranice http://despues.blog.hr/ */ /* Opcenito */ * { margin: 0; padding: 0; border: none; } body { background: #fff url('img/bg.jpg') 100% 40px no-repeat fixed; color: #333; font-family: "Lucida Sans Unicode"; font-size: 8pt; } a { color: #C71585; text-decoration: none; } a:hover { color: #696969; text-decoration: underline; } ul { list-style-type: circle; margin: 20px 0 20px 15px; color: #808080; } li { margin-bottom: 5px; } h1 { color: #356276; font: normal normal 16pt "Century Gothic"; text-align: center; } h2 { font-weight: normal; color: #808080; text-align: center; font-size: 8pt; margin: 50px 0 10px; } .header { height: 133px; margin-left: 5%; width: 50%; background: url('img/potpis.png') center bottom no-repeat; } .content { width: 50%; margin: 0 0 30px 5%; } .pic { background: #fff; border: 1px solid #356276; padding: 3px; margin: 15px 15px 5px 0; } .post { text-indent: 20px; font-size: 12px; text-align: justify; } .quoted { text-indent: 0px; margin: 10px 0; font-family: "Century Gothic"; padding: 5px 10px; background: #FAFAFA; border-left: 4px solid #A9A9A9; } /* Post 'Em Notes */ .linkovi { position: absolute; left: 55%; top: 0%; } .note { background: #FAFAFA; padding: 3px; font-size: 8pt; } .notebody { background: #FAFAFA; padding: 3px; font-size: 8pt; display: block; position: absolute; z-index: +10; } .notebody p { margin-top: 5px; } .notehidden { display: none; } .notevisible { display: block; position: absolute; z-index: +10; left: 0px; } .hide { color: #000; margin-bottom: 5px; }