about summary refs log blame commit diff stats
path: root/res/ua.css
blob: 467b8739591a5194a0c59e45ebec95038a34540b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                        
                                 

 
                                                                                       
                                                                 
                       

 
                                                                  


                              
                   








                                               

 

                       

 

                                 

 











                                    
                    
                    











                                         

 

                           
 
 
     
                              

 

                            


    
                           
 
 











                                   
                        

                           


                          
     

                           


                         
   

                           

 
   
                      
 



                                   







                     















                                                  





                               
                             












                          
area, base, source, track, link, meta, param, wbr, head, style, script {
	display: none !important;
}

address, blockquote, center, del, dir, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, ins, menu, noframes, noscript, ol, p, pre, ul, body {
	display: block;
}

textarea, tt, var, font, iframe, u, s, strike, frame, input, img {
	display: inline-block;
}

ol, ul, menu, dir {
	margin-left: 4ch;
	margin-top: 1em;
	margin-bottom: 1em;
}

:is(ol, ul, menu, dir) :is(ol, ul, menu, dir) {
	margin-left: 2ch;
	margin-top: unset;
	margin-bottom: unset;
}

table {
	display: table;
}

tbody {
	display: table-row-group;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

colgroup {
	display: table-column-group;
}

input[type="text"] {
	width: 20ch;
	margin-left: 1ch;
	margin-right: 1ch;
}

input[type="text"]::before {
	content: '[';
	text-decoration: none !important;
}

input[type="text"]::after {
	content: ']';
	text-decoration: none !important;
}

tr {
	display: table-row;
}

col {
	display: table-column;
}

th, td {
	display: table-cell;
}

li {
	display: list-item;
}

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

u, ins {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

pre {
	margin-top: 1em;
	margin-bottom: 1em;
	white-space: pre;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: yellow;
}

a:hover {
	text-decoration: underline;
}

sup::before {
	content: '^';
}

sub::before {
	content: '~';
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

:is(ol, ul, menu, dir) ul {
	list-style-type: circle;
}

:is(ol, ul, menu, dir) :is(ol, ul, menu, dir) ul {
	list-style-type: square;
}

dl {
	margin-bottom: 1em;
}

:is(ul, ol, dir, menu, dl) dl {
	margin-bottom: unset;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 4ch;
}

dl[compact] dt + br {
	display: none;
}