vankuik.nl RecentChanges 2012-05-20 XML TXT

css

    /* Placement of the logo */
    #logo {
        position: fixed;
        top: 600;
        left: 400;
    }

    hr {
        height: 2px;
        border: 0px;
        color: blue;
        background-color: black;
    }
    
    body {
        background-color: #FFF9EE;
        font: normal normal 14px Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
        color: #222;
        background-image: url(/cgi/wiki.cgi/download/books.jpeg);
    }
    
    div.header,div.footer,div.content,div.comment {
        margin: 0 auto;
        padding-right: 25px;
        padding-left: 25px;
        padding-bottom: 25px;
        padding-top: 25px;
        width: 700px;
        margin-bottom: 30px;
    }

    div.content {
        padding-bottom: 15px;
        font-size: 12pt;
        background-color: #FFF9EE;
    }

    pre,tt {
        font-size: 9pt;
    }
    
    div.header,div.footer {
        font-size: 9pt;
        background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
        background: -moz-linear-gradient(top,  #999,  #666);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');
        color: white;
    }

    div.header a, div.footer a {
        color: white;
    }

    div.wrapper {
        clear: both;
    }
    
    h1 {
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: 15px;
        font: normal normal 24px Georgia, Utopia, 'Palatino Linotype', Palatino, serif;
        color: black;
    }
    
    h2 {
        font-size: 14pt;
    }
    
    h3 {
        font-size: 12pt;
    }

    a:link    {
        /* Applies to all unvisited links */
        color: #930;;
    }
    
    a:visited {
        /* Applies to all visited links */
        color: #930;;
    }
    a:hover   {
        /* Applies to links under the pointer */
        color: red;
    }
    a:active  {
        /* Applies to activated links */
        color: #930;;
    }
    
    a.url,a.local {
        color: #930;
    }
    
    a.url:hover,a.local:hover {
        color: red;
    }
    
    a.local,a.alias,a.near,a.edit,a.url,a.inter,a.number,
    a.outside,a.revision,a.history,a.diff,a.author,a.rc,
    a.rollback,a.definition,a.upload,a.image {
        color: #930;;
    }

    table.user {
	border-collapse: collapse;
        border: 2px solid #000000;
        margin-left: 15px;
        margin-right: 15px;
    }

    table.user td {
        border: #000000 1px solid;
	padding: 5px 5px 5px 5px;
        /*
        border-right: #000000 1px solid;
        */
        vertical-align: top;
        /*
        white-space: nowrap;
        */
    }

    div.rss {
        /*
        visibility: hidden;
        */
    }

    #text {
        /*
        font-size: 20pt;
        */
        height: 300px;
    }

    #summary {
        display:none;
        /*
        */
    }

    span.time {
        display:none;
    }

    a.diff {
        display:none;
    }
    a.resizedimage img {
        width: 680px;
        height: auto;
    }

    a.right img {
        float: right;
        margin: 10px;
    }

    a.medium img {
        width: 300px;
        height: auto;
    }

    a.small img {
        width: 200px;
        height: auto;
    }