Difference between revisions of "MediaWiki:Common.css"

From SmartWiki
Jump to: navigation, search
 
(43 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
@charset "utf-8";
 +
/* CSS Document */
 +
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
 
#ca-viewsource { display:none!important; }
 
#ca-viewsource { display:none!important; }
.categorywrapper { display: inline-block;width: 100%; max-width: 1180px; height: auto; } .category { float: left; width: 280px; height: 200px; margin-right: 30px; border-radius: 6px; border: 1px solid #ececec; } .architecture { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(architecture.png); width: 70px; height: 70px; } .applicationlogic { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(applicationlogic.png); width: 70px; height: 70px; } .communications { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(communications.png); width: 70px; height: 70px; } .integration { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(integration.png); width: 70px; height: 70px; } .security { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(security.png); width: 70px; height: 70px; } .tools { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(tools.png); width: 70px; height: 70px } .ui { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(ui.png); width: 70px; height: 70px } .uta { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(uta.png); width: 70px; height: 70px; } .category p { font-size:22px; width: 100%; text-align: center; font-weight: normal; color: #127975; margin: 13px 0 5px 0; } .category span { font-size: 15px; width: 190px; margin: 0 auto; display: block; text-align: center; line-height: 145%; }
+
.categorywrapper {display: inline-block; width: 1150px;}
 +
.category {float: left; height:215px; margin-right: 15px; margin-bottom:30px; padding: 0px 15px; border-radius: 6px;border: 1px solid #ececec; transition: box-shadow 0.3s ease-in-out;}
 +
.category .icon { display: block; margin: 25px auto 0 auto; text-align: center; }
 +
.category p {font-size:20px; width: 100%; text-align: center; font-weight: normal; margin: 13px 0 5px 0; color: #137b77;}
 +
.category a {font-weight: normal;}
 +
.category p + p {margin-top:0;}
 +
.category span {font-size: 14px; width: 225px; margin: 0 auto; display: block; text-align: center; line-height: 140%; color: #22282c;}
 +
body.page-Main_page_new h1 {display: none;}
 +
a, div.portal div.body ul li a {color: #127b78 !important;}
 +
h1, h2, h3, h4, h5, h6 { color: #127b78 !important; font-family: sans-serif !important;}
 +
.mw-body {border: 1px solid #127b78;}
 +
fieldset {border: 1px solid #127b78;}
 +
#p-tb { display: none;}

Latest revision as of 16:17, 13 April 2023

@charset "utf-8";
/* CSS Document */

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
.categorywrapper {display: inline-block; width: 1150px;}	
.category {float: left;	height:215px; margin-right: 15px; margin-bottom:30px; padding: 0px 15px; border-radius: 6px;border: 1px solid #ececec; transition: box-shadow 0.3s ease-in-out;}	
.category .icon {	display: block; margin: 25px auto 0 auto; text-align: center; }	
.category p {font-size:20px; width: 100%; text-align: center; font-weight: normal; margin: 13px 0 5px 0; color: #137b77;}
.category a {font-weight: normal;}
.category p + p {margin-top:0;}
.category span {font-size: 14px; width: 225px; margin: 0 auto; display: block; text-align: center; line-height: 140%; color: #22282c;}
body.page-Main_page_new h1 {display: none;}
a, div.portal div.body ul li a {color: #127b78 !important;}
h1, h2, h3, h4, h5, h6 { color: #127b78 !important; font-family: sans-serif !important;}
.mw-body {border: 1px solid #127b78;}
fieldset {border: 1px solid #127b78;}
#p-tb { display: none;}