/* Welcome to Custom CSS! To learn how this works, see http://wp.me/PEmnE-Bt */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { font-family: 'Catamaran', sans-serif; } /*----żałobny-css ---- body { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; } ----żałobny-css ----*/ /*---------------- Zmina wielkości czcionki artykółów -----------------*/ body { font-size: 20px; } /*---------------- Zmina wielkości czcionki podpisów obrazaka -----------------*/ figcaption { border-width: 1px; border-bottom-style: solid; border-color: #D8D8D8; font-size: 14px; text-decoration-style: auto; } /*---------------- Zmina koloru odnośników -----------------*/ a { text-decoration: none; color: #a00000; } .post-loop-images { border-width: 1px; border-style: solid; border-radius: 3px; border-color: #e8e8e8; background-color: #f7f7f7; padding: 7px; } /*---------------- podkreślenie w nagłówkach -----------------*/ h1.page-title, h1.entry-title { border-width: 1px; border-bottom-style: solid; border-color: #D8D8D8; padding: 15px; color: #000000; } h2.entry-title { border-width: 1px; border-style: solid; border-radius: 3px; border-color: #e8e8e8; -webkit-box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); -moz-box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); background-color: #f7f7f7; padding: 15px; } /*---------------- rameczki w komantarzach -----------------*/ .comments-area { background-color: #fafafa; font-size: 80%; border-left-style: solid; border-radius: 15px; border-top-width: 1px; border-left-width: 1px; border-color: #F5F5F5; -webkit-box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); -moz-box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); box-shadow: 5px 5px 14px 0 rgba(214,214,214,1); padding: 33px; } .byline { visibility: hidden; }