www/style.css
author terom
Mon, 17 Mar 2008 23:39:03 +0000
changeset 31 09776792a91c
parent 17 adde6ad8731e
child 36 64a0168a6f50
permissions -rw-r--r--
skip folders that result in exceptions, forgotten style.css
body {
	background-color: #333333;
	color: #cccccc;
	font-family: "Arial", sans-serif;
	font-size: small;
}

a, span.dragged {
	color: #ff8800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#thumbnails, #image, #description, h1 {
	text-align: center;
}

#thumbnails img {
	margin: 0.2em;
}

img {
	border: 1px solid #666666;
}

a:focus img {
	border: 1px solid #cccccc;
}

img:hover, a:focus img:hover {
	border: 1px solid #ff8800;
}

div#breadcrumb {
    
}

div#info {
    font-size: x-small;
    color: #666666;
}

div#info p {
    padding: 0px;
    margin: 0px;
}

p#about {
    padding-top: 40px;
    font-size: xx-small;
    text-align: center;

}

div.paginate {
    padding-top: 20px;
    height: 50px;
    width: 100%;
    text-align: center;
}

div.paginate ul {
    margin: 0px;
    padding: 0px;

    line-height: 30px;
    white-space: nowrap;
}

div.paginate li {
    list-style-type: none;
    display: inline;
}

div.paginate li *,
div.paginate li strong,
div.paginate li span {
    padding: 7px 10px;
}

div.paginate li span {
    color: #444444;
}

div.paginate li a:hover {
    text-decoration: none;
    background-color: #666666;
}

/* taggr */

#taggr div#tags,
#taggr div#images {
	border: 1px solid #666666;
    padding: 5px;
}

#taggr ul {
    margin: 0px;
    padding: 0px;
}

#taggr li {
    padding: 10px;

    list-style-type: none;
}

#taggr div#tags {
    max-height: 300px;

    overflow: auto;
}


#taggr div#tags table {
    width: 100%;

    border: none;
    border-collapse: collapse;
}

#taggr div#tags tr {
    height: 140px;
}

#taggr div#tags td {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    padding: 3px;
}

#taggr div#tags td.tag {
    width: 20%;

    vertical-align: center;
    text-align: center
}

#taggr div#tags td.tag ul {
    margin: 0px;
    padding: 0px;
}

#taggr div#tags td.tag li {
    padding: 0px;
    list-style-type: none;
}

#taggr div#tags td.tag_images {

    text-align: left;
    
    height: 135px;
    overflow: auto;
}

#taggr div#tags tr.hover {
	background-color: #222222;
}

#taggr div#images {
    max-height: 450px;
    overflow: auto;

    text-align: center;
    font-weight: bold;
}

#taggr div#images ul {
}

#taggr div#images li {
    padding: 0px;
    margin-left: 10px;
}

#taggr div#images a {
    display: block;
    border: 1px solid #444444;

    padding: 3px;
}

#taggr div#images div {
    margin: 0px;
    border: 1px solid #444444;
}

#taggr div#images div.images {
//    max-height: 255px;
    overflow: auto;
    padding-top: 5px;
    border: none;
}

img.image {
    z-index: 800;
}

img.selection {
	border: 1px solid #ffbb00;
}

#taggr div#toolbar ul {
    margin: 0px;
    padding: 0px;

    line-height: 30px;
    white-space: nowrap;
}

#taggr div#toolbar li {
    list-style-type: none;
    display: inline;
}

#taggr div#toolbar input {
    background-color: #444444;
    border: 1px solid #333333;
}