From 5d6cf955af1111cd4ae854d5091e10945c909428 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 12 Mar 2012 03:06:14 +0000 Subject: [PATCH] refactoring styles --- ext/tag_list/style.css | 3 +++ themes/danbooru/style.css | 3 --- themes/default/style.css | 19 ++----------------- themes/lite/style.css | 4 ---- themes/warm/style.css | 4 ---- 5 files changed, 5 insertions(+), 28 deletions(-) create mode 100644 ext/tag_list/style.css diff --git a/ext/tag_list/style.css b/ext/tag_list/style.css new file mode 100644 index 00000000..7b25958f --- /dev/null +++ b/ext/tag_list/style.css @@ -0,0 +1,3 @@ +#tagmap A { + padding: 8px 4px 8px 4px; +} diff --git a/themes/danbooru/style.css b/themes/danbooru/style.css index d827981c..3d6fefd8 100644 --- a/themes/danbooru/style.css +++ b/themes/danbooru/style.css @@ -202,9 +202,6 @@ width:220px; #pagelist { margin-top:32px; } -#tagmap a { -padding:8px 4px; -} #large_upload_form { width:600px; } diff --git a/themes/default/style.css b/themes/default/style.css index 2ac01684..e714dc1e 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -161,25 +161,10 @@ ARTICLE TABLE { margin-top: 32px; } -#tagmap A { - padding: 8px 4px 8px 4px; -} - -NAV .thumbblock { - float: none; - height: auto; -} -NAV .thumb { - margin-bottom: 0px; -} .thumbblock { width: 220px; - height: 220px; display: inline-block; + zoom: 1; /* ie6 */ + *display: inline; /* ie6 */ text-align: center; - float: left; -} -.thumb { - display: inline-block; - margin-bottom: 32px; } diff --git a/themes/lite/style.css b/themes/lite/style.css index 93ce9f74..c61cded0 100644 --- a/themes/lite/style.css +++ b/themes/lite/style.css @@ -292,10 +292,6 @@ ARTICLE TABLE { margin-top: 32px; } -#tagmap A { - padding: 8px 4px 8px 4px; -} - /*.rr {text-align: left; background: #E3EFFA; margin: 8px;} .rrtop {background: url("circle-tl.png") no-repeat top left;} .rrtop div {background: url("circle-tr.png") no-repeat top right;} diff --git a/themes/warm/style.css b/themes/warm/style.css index ca835103..a48cbe33 100644 --- a/themes/warm/style.css +++ b/themes/warm/style.css @@ -172,10 +172,6 @@ ARTICLE TABLE { margin-top: 32px; } -#tagmap A { - padding: 8px 4px 8px 4px; -} - .rr {text-align: left; background: #FCD9A9; margin: 8px; border: 1px solid #B89F7C;} .rrtop, .rrtop div, .rrbot, .rrbot div {height: 8px; width: 100%;} .rrcontent {margin: 0px 8px; text-align: center;}