File: outline-block-level-elements-before.css

package info (click to toggle)
webdeveloper 1.2.5%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,364 kB
  • ctags: 1,608
  • sloc: makefile: 10
file content (20 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
address:before, blockquote:before, h1:before, h2:before, h3:before, h4:before, h5:before, h6:before, p:before, pre:before { background: #b94a48 !important;}
dd:before, dl:before, dt:before, ol:before, ul:before { background: #468847 !important; }
div:before, form:before, table:before { background: #3a87ad !important; }

address:before { content: "<address>" !important; }
blockquote:before { content: "<blockquote>" !important; }
div:before { content: "<div>" !important; }
dl:before { content: "<dl>" !important; }
form:before { content: "<form>" !important; }
h1:before { content: "<h1>" !important; }
h2:before { content: "<h2>" !important; }
h3:before { content: "<h3>" !important; }
h4:before { content: "<h4>" !important; }
h5:before { content: "<h5>" !important; }
h6:before { content: "<h6>" !important; }
ol:before { content: "<ol>" !important; }
p:before { content: "<p>" !important; }
pre:before { content: "<pre>" !important; }
table:before { content: "<table>" !important; }
ul:before { content: "<ul>" !important; }