Difference between revisions of "MediaWiki:Gumaxdd.css"

From PGI

Jump to: navigation, search
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
 +
/* mainpage */
 +
 +
.boxMenu-container { display:flex; flex-direction: row; } @media (max-width: 800px) { .boxMenu-container { flex-direction: column; } } .boxMenu-container > .boxMenu-item { flex: 20%; } .bottom-menu-title { font-size: 1.3em; font-weight: bold; } .bottom-menu-item a { font-size: 1.1em; font-weight: bold;} .bottom-menu-item a:visited{ color: #333; text-decoration: none; }
 +
 +
/* end mainpage */
 +
 +
/* submenu */
  
 
#subtitle {  
 
#subtitle {  
Line 13: Line 21:
  
 
#leftmenu span.subitem a {  
 
#leftmenu span.subitem a {  
text-decoration: none;
+
 
}
+
font-weight:bold; text-decoration: none; }
 +
 
 +
#leftmenu span.subitem a:visited{
 +
 
 +
color: #333; text-decoration: none; }
  
 
#leftmenu span.subitem a:hover {  
 
#leftmenu span.subitem a:hover {  
Line 22: Line 34:
 
.mainText { margin:0 auto; }
 
.mainText { margin:0 auto; }
  
.mainText img { width:100%;height:auto; }
+
.mainText img { width:100%;height:100%; padding: 0px; object-fit: cover; }
 +
 
 +
/* end submenu */

Latest revision as of 00:02, 12 October 2022

/* mainpage */

.boxMenu-container { display:flex; flex-direction: row; } @media (max-width: 800px) { .boxMenu-container { flex-direction: column; } } .boxMenu-container > .boxMenu-item { flex: 20%; } .bottom-menu-title { font-size: 1.3em; font-weight: bold; } .bottom-menu-item a { font-size: 1.1em; font-weight: bold;} .bottom-menu-item a:visited{ color: #333; text-decoration: none; }

 /* end mainpage */

/* submenu */

#subtitle { 

font-size: 2em; margin:0 auto; width:200px; display:block; font-weight:bold; height: 60px; border-bottom: 4px solid #003c83; }

#leftmenu .subitem { 

width: 200px; margin: 0px; border-bottom: 1px solid #dfdfdf; font-size:1.2em; width:170px; display: block; color: #333; padding: 15px; background: url(../images/sub/snb_off.jpg) no-repeat; background-color:#f9fafc; margin: 0px; }

#leftmenu span.active{ 

font-size:1.2em; color: #FFF; background-color:#0075c2; }

#leftmenu span.subitem a { 

font-weight:bold; text-decoration: none; }

#leftmenu span.subitem a:visited{ 

color: #333; text-decoration: none; }

#leftmenu span.subitem a:hover { 

color:#0075c2; }

.mainText { margin:0 auto; }

.mainText img { width:100%;height:100%; padding: 0px; object-fit: cover; }

/* end submenu */