• firefox installeren
• Webdevloper toolbar installeren
• CTRL + SHIFT + Y inrammen, zodat je cursor verandert in een crosshair
• Element aanklikken waarvan je de info wil zien
en er opent zich een popupje / nieuwe tab met alle styles die aan je element hangen
Voor een GoT post ziet dat er ongeveer zo uit:
code:
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
| Style Information - [TOPIC=1054777///][NOHTML][rml][ CSS] Wordt class of id aangeroepen?[/rml][/NOHTML][/TOPIC]
http://gathering.tweakers.net/global/templates/tweakers/css/default.css?v=193k
div.content (line 927)
{
font-family: arial,helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 13px;
line-height: 19px;
font-size-adjust: none;
font-stretch: normal;
color: rgb(0, 0, 0);
}
div.message div.post div.content (line 915)
{
margin-left-value: 157px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
padding-right-value: 10px;
padding-right-ltr-source: physical;
padding-right-rtl-source: physical;
padding-bottom: 6px;
width: 604px;
overflow: hidden;
}
div.message div.post > div.content (line 922)
{
margin-left-value: 160px;
margin-left-ltr-source: physical;
margin-left-rtl-source: physical;
overflow: visible;
width: auto;
}
http://gathering.tweakers.net/global/templates/tweakers/css/nightlife.css?v=193k
div.content (line 285)
{
color: rgb(0, 0, 0);
} |