Welcome to mirror list, hosted at ThFree Co, Russian Federation.

netrender.css « netrender - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c54690e0024c743c681c7cb7966d262a9dcb065 (plain)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
body {
        background-color:#eee;
        font-size:12px;
	font-family: "Lucida Sans","Lucida Sans Unicode","Lucida Grande",Lucida,sans-serif;
	
}
a {
	/*text-decoration:none;*/
	color:#666;
}
a:hover {
	color:#000;
}
h2 {
        background-color:#ddd;
        font-size:120%;
        padding:5px;
}

h2 {
        background-color:#ddd;
        font-size:110%;
        padding:5px;
}

table {
	text-align:center;
        border:0;
        background-color:#ddd;
	padding: 0px;
	margin: 0px;
}
thead{
       font-size:90%;
       color:#555;
       background-color:#ccc;
}
td {
        border:0;
        padding:2px;
        padding-left:10px;
        padding-right:10px;
        margin-left:20px;
        background-color:#ddd;
}
td:hover {
        background-color:#ccc;
}
tr {
        border:0;
}
button {
	color: #111;
	width: auto;
	height: auto;
}

.toggle {
	text-decoration: underline;
	cursor: pointer;
}

.cache {
	display: none;
}

.fluid {
	display: none;
}

.other {
	display: none;
}

.rules {
	width: 60em;
	text-align: left;
}

img.thumb {
	display: none;
	cursor: pointer;
}

span.thumb {
	text-decoration: underline;
	cursor: pointer;
}