All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.greenpepper.confluence.themes.greenpepper-theme-css.vm Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
body {
	font-family:Helvetica,Arial,sans-serif;
}

#if (${greenPepper.isConfluenceMajorVersionGreaterOrEqualThan_2_8()})
\#user-control-panel {
	display: none;
}

\#sidebar {
	clear: right;
	float: right;
	width: 20em;
}
#end

\#breadcrumbs {
    padding: 0;
    margin: 0;
    font-size: 0;
}

\#breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

\#breadcrumbs li:before {
    content: "/";
    display: inline-block;
    padding: 0 2px 0 6px;
}

\#breadcrumbs li:first-child:before {
    display: none;
}

\#ellipsis {
    cursor: pointer;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy