about summary refs log blame commit diff stats
path: root/res/ua.css
blob: 081074202d9c150db3d0099d742dc5e48acc778a (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, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, ins, menu, noframes, noscript, ol, p, pre, ul, body {
	display: block;
}

a, abbr, b, bdo, br, button, cite, code, del, dfn, em, font, i, ins, iframe,
kbd, label, map, object, q, samp, select, small, span, strong, sup, sub {
	display: inline;
}

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

ol, ul, menu, dir {
	margin-left: 2ch;
}

table {
	display: table;
}

tbody {
	display: table-row-group;
}

thead {
	display: table-header-group;
}

tfoot {
	display: table-footer-group;
}

colgroup {
	display: table-column-group;
}

input {
	width: 20ch;
}

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: 1ch;
	margin-bottom: 1ch;
	font-weight: bold;
}

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

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

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;
}