equal
deleted
inserted
replaced
28 display: marker; |
28 display: marker; |
29 color: #7f7f7f; |
29 color: #7f7f7f; |
30 content: element-label() " :"; |
30 content: element-label() " :"; |
31 } |
31 } |
32 head > title:before { display: none; } |
32 head > title:before { display: none; } |
|
33 head > shorttitle:before { display: none; } |
33 head > subtitle:before { display: none; } |
34 head > subtitle:before { display: none; } |
34 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; } |
35 head > identifier[type="uri"]:before { content: insert-before-button() " URI :"; } |
35 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; } |
36 head > identifier[type="ean"]:before { content: insert-before-button() " EAN :"; } |
36 head > copyright:before { content: insert-before-button() " Copyright :"; } |
37 head > copyright:before { content: insert-before-button() " Copyright :"; } |
37 head > contributors:before { content: insert-before-button() " Contributeurs :"; } |
38 head > contributors:before { content: insert-before-button() " Contributeurs :"; } |
53 head > *:after { |
54 head > *:after { |
54 color: #7f7f7f; |
55 color: #7f7f7f; |
55 content: " " insert-after-button(); |
56 content: " " insert-after-button(); |
56 } |
57 } |
57 |
58 |
58 /* title & subtitle ~~~~~~~~~~~~~~~~ */ |
59 /* title, shortitle & subtitle ~~~~~ */ |
|
60 |
|
61 head > title, head > shorttitle { |
|
62 font-weight: bold; |
|
63 font-size: 120%; |
|
64 margin: 0 0 .2em 0; |
|
65 } |
59 |
66 |
60 head > title { |
67 head > title { |
61 font-size: 120%; |
|
62 font-weight: bold; |
|
63 color: #004080; |
68 color: #004080; |
64 margin: 0 0 .2em 0; |
69 } |
65 } |
70 |
66 head > subtitle { |
71 head > subtitle { |
67 font-weight: bold; |
72 font-weight: bold; |
68 color: #004080; |
73 color: #004080; |
69 margin: 0 0 .2em 0; |
74 margin: 0 0 .2em 0; |
70 } |
75 } |