User:Kaganer/vector.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/***** Translation project STYLING *****/
 
#projectpage_topbox {
	background: #f9f9f9;
	padding: 0px;
	border: 1px solid #cadaba; /*#c7d0cc;  #aaaaaa; */
	margin: 0.2em 10px 10px;
}
#projectpage_topbox .projectpage_topboxpicture {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/Rosetta_Stone.jpg/82px-Rosetta_Stone.jpg);
	background-repeat: no-repeat;
	background-position: -63px bottom;
}
.projectpage_boxtitle, .projectpage_hubtitle, #projectpage_pagetitle {
	font-size: 105%;
	padding: 0.4em;
	background-color: #EEF3E2; /*#e2ebe7; #eeeeee */
	border-bottom: 1px solid #cadaba; /*#c7d0cc;  #aaaaaa; */
}
.projectpage_boxtitle {
	line-height: 120%;
}
#projectpage_pagetitle {
	color: #4c5866; /* #cf7606; */
	font-size: 200% !important;
}
#projectpage_sitelinks {
	padding: 0.2em;
	text-align: center;
	background-color: white;
}
.projectpage_hubtitle {
	text-align: center;
}
.projectpage_boxcontents, .projectpage_boxcontents_small {
	background: #ffffff;
	padding: 0.2em 0.4em;
	min-height: 90px; 
}
.projectpage_boxcontents_small {
	font-size: 95%;
}
.projectpage_hubbox, #projectpage_newscell, #projectpage_downloadcell {
	padding: 0;
	border: 1px solid #cadaba; /* #aaaaaa; */
}
.projectpage_hubbox {
	margin-bottom: 0;
}
#projectpage_newscell {
	margin-bottom: 15px;
	margin-top: 0 !important;
}
#projectpage_newscell .projectpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Exquisite-khelpcenter.png/20px-Exquisite-khelpcenter.png);
	background-repeat: no-repeat;
	background-position: 99% 0.3em;
	padding-right: 25px;
}
#projectpage_downloadcell {
	width: 17em;
	margin-bottom: 5px;
}
#projectpage_downloadcell .projectpage_boxtitle {
	background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Crystal_Clear_action_build.png/18px-Crystal_Clear_action_build.png);
	background-repeat: no-repeat;
	background-position: 96% 0.33em;
	padding-right: 25px;
}
#projectpage_tp_title { color: #005288; } /* Translation Project name in the title. */
 
/* The "project" class is added to the body with javascript for the main page in all */
/* languages, so we can style things that apppear on the main page and also elsewhere. */
.projectpage #lastmod, 
.projectpage #siteSub, 
.projectpage h1.firstHeading {
	display: none !important;
} 
.projectpage #content {
	padding-top: 1em;
}