File "leftSidebar.css"
Full path: /home/apeolorg/public_html/styles/leftSidebar.css
File
size: 750 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
/**
* styles/leftSidebar.css
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Site-wide shared elements for pages including a left-hand sidebar.
*
*/
/**
* Common HTML elements
*/
#headerTitle {
width: 100%;
}
#body {
vertical-align: top;
height: 100%;
}
#leftSidebar {
float: left;
width: 14%;
padding: 1em 0em 1em 0em;
font-size: 0.65em;
height: 100%;
margin-left: 10%;
margin-right: 2%;
display: inline;
overflow: hidden;
}
#main {
float: right;
width: 63%;
margin-right: 10%;
overflow: hidden;
}
/* Set main on non-IE browsers to have a 10% margin */
*html #main {
margin-right: 5%;
}