Entry tags:
layout 003
o-okay i think this will be the last one for a while I NEED TO STOP MAKING MORE....
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
EDIT to fix the custom links list, follow instructions here. pastebins have been updated as well!
EDIT2 pastebins updated again for easier editing of entry width via #canvas, or follow these directions
EDIT3 pastebins updated for custom text (hopefully)
EDIT4 for those experiencing a missing journal title/subtitle and sidebar overlapping the navigation header, go into #canvas and edit the margin field to make the FIRST 0 into anything over 80px.
edit: 8/03/14 added code to remove the 'modules' link under the title/page title
EDIT to fix the custom links list, follow instructions here. pastebins have been updated as well!
EDIT2 pastebins updated again for easier editing of entry width via #canvas, or follow these directions
EDIT3 pastebins updated for custom text (hopefully)
EDIT4 for those experiencing a missing journal title/subtitle and sidebar overlapping the navigation header, go into #canvas and edit the margin field to make the FIRST 0 into anything over 80px.
![]() full size also available in: lemon | blueberry | guava | orange | passionfruit but feel free to enter your own color!
|
no subject
(Anonymous) 2012-11-27 08:31 pm (UTC)(link)no subject
no subject
the page summary module should be disabled actually, if that's what you're talking about. if it isn't then i'd need to know what it is exactly to help with that. but if it is the pagesummary that you've activated, then...
.module-pagesummary {
padding: 0 5px 0 5px;
margin: 20px 0 0 0;
font-size: 10pt;
text-align: center;
letter-spacing: 0.2em;
list-style: none;
}
will format it to match the navigation list (if that isn't already done?), and
.module-pagesummary a {color:#hexadecimal;}
will change the color of the text/link itself. hope that helps! P:
no subject