Nota: Depois de publicar, deve limpar o cachê do seu navegador para ver as alterações.

  • Firefox e Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer e Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Written by Shir Levkowitz
shir {at} lhaim {dot} com
http://lhaim.com/shir
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	background: none #AAA;
}

#p-logo {
	position: fixed !important;
	left: 0 !important;
	margin-left: 0;
	top: 0;
	height: 100%;
	width: 150px;
	text-align: center;
	background: none #020F3F;
	z-index: 0;
}

#p-logo a {
	padding: 20px 0;
	margin: 0;
}

#p-logo a img {
	z-index: 500 !important;
}

/* position:fixed hack for MSIE on Windows */
*html #p-logo {
	position: absolute;
}

div#footer {
	border: 0;
	background: none #77C1F2;
	margin: 10px 0 10px 170px;
	padding: 20px;
}

div#footer li a {
	color: #020F3F;
	background-color: #77C1F2;
	padding: 2px;
	margin: 0px;
	text-decoration: none;
}

div#footer li a:hover {
	color: #CCC;
	background-color: #020F3F;
}

div#globalWrapper {
	width: auto;
	position: absolute;
	top: 20px;
	left: 0 !important;
	right: 0 !important;
	margin-right: 20px !important;
}

div#p-nav, div#p-tb, div#p-nav ul, div#p-tb ul {
	list-style: none;
	padding: 0 !important;
}

div#p-nav ul, div#p-tb ul {
	margin: 0 !important;
}

div#p-nav li a, div#p-tb li a {
	display: block;
	padding: 1px 1px 1px 5px;
	margin: 0 0 0 -5px;
	text-decoration: none;
	color: #333;
	background-color: #FFF;
	width: 150px;
	border: none;
}

div#p-nav li a:hover, div#p-tb li a:hover {
	background-color: #020F3F;
	color: #FFF;
	text-decoration: underline;
}

#p-nav div.pBody, #p-tb div.pBody, #p-search div.pBody {
	border: none;
}

div.portlet {
	z-index: 250;
	width: 150px;
	margin: 0 !important;
} 

div.portlet h5 {
	background: none #77C1F2;
	color: #000;
	display: block;
	padding: 3px;
	font-weight: bold;
	margin: 0;
}

div#content-column {
	margin: 0;
}

input, textarea{
	background: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

input {
	color: #333;
}

textarea {
	color: #000;
}

input:hover, textarea:hover {
	color: #000;
	background: #FFF;
	border: 1px solid #999;
}

#content {
	margin: 3.5em 0 0 170px !important;
	z-index: 1 !important;
	border-width: 0 !important;
}

/*
#p-personal {
	background: none #77C1F2;
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px -0.5em 50px 0;
	padding: 5px;
	width: 100%;
}
*/

#p-personal li a:hover {
	background-color: #AAA;
	color: #FFF;
}

#p-cactions {
	left: 185px !important;
	font-size: 120% !important;
	z-index: 0 !important;
}

#p-cactions li, #p-cactions li a {
	border-color: #FFF !important;
	color: #000 !important;
	background-color: #77C1F2 !important;
	z-index: 0 !important;
}

#p-cactions li a:hover {
	background-color: #FFF !important;
}

#p-cactions li.selected, #p-cactions li.selected a {
	border-color: #77C1F2 !important;
	color: #020F3F !important;
	background-color: #FFF !important;
}