MediaWiki:Mobile.css: Difference between revisions

From Decimal Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the mobile site: →‎Поле ввода: input[type="text"] { border: 1px solid #cccccc; border-radius: 3px; background: #ffffff !important; outline: none; height: 24px; width: 100px; color: #cccccc; font-size: 10px; font-family: Tahoma; }")
 
No edit summary
Line 5: Line 5:
   border-radius: 3px;  
   border-radius: 3px;  
   background: #ffffff !important;  
   background: #ffffff !important;  
   outline: none;  
   outline: #cccccc;  
   height: 24px;  
   height: 24px;  
   width: 100px;  
   width: 100px;  

Revision as of 18:24, 16 June 2024

/* All CSS here will be loaded for users of the mobile site */
/* Поле ввода */
input[type="text"] {
   border: 1px solid #cccccc; 
   border-radius: 3px; 
   background: #ffffff !important; 
   outline: #cccccc; 
   height: 24px; 
   width: 100px; 
   color: #cccccc; 
   font-size: 10px; 
   font-family: Tahoma; 
}