File: quirk.css

package info (click to toggle)
tdiary-theme 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,212 kB
  • sloc: javascript: 1,268; ruby: 85; makefile: 5
file content (64 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
@charset "utf-8";

/*
Title: smoking_gray
Author: 186
Access: http://d.hatena.ne.jp/smoking186/
	  http://186.bz/
License: GPL
Comment:色の交錯を楽しむcss
	span.aaがなぜかある
	smoking_gray.css 構造
	color.css	色と背景
	quirk.css	IE後方互換モード用 DOCTYPE等によっては削除すること。
*/

/* ==================== block ==================== */
h2 {
	_width: 100%;
}

h3 {
	_top:0px; _left:0px;


h2 , h3 , .body , .section , .comment {
	_position:relative;
}

/* ==================== hatena-body only ==================== */

.day {
	_position: relative;
	_width: 100%;
	_margin: 0px;
}

.body {
	_width: 100%;
}

.section {
	_top:0px; _left:0px;
	_width: 100%;
}

.section h3 {
	_margin-top: -3px;
}

/* -------------------- comment ------------------------- */
.comment {
	_top:0px; _left:0px;
	_width: 100%;
}

/* ==================== hatena-body + main + sidebar ==================== */
.main {
	_width: 100%;
}

/* menu */
div.adminmenu {
	_width: 100%;
}