|
Changing Layout Colors and other Codes Category: Uncategorized
Color Changing you can find in About Me section its under the General Text. Sometimes on certain layouts that section can be found at the beginning of the codes our the end of the code in that section.
This code changes most of the bio text on the page the input section on statistical area.
a, a:link, a:active, a:visited, a:hover, td, .text, table, tr, td, li, div, input, p, i, b, em { font-family: palatino linotype; font-size: 6.5pt ; line-height: 90% ; color:5d6651;
This section will change the color of the first part of the statistical areas like name and the rest of the info. B { font-family: arial; font-size: 6.0pt ; font-weight:bold ; color:1f2815; }
Other codes look at the layout codes if needed to add colors to title areas look beside the codes. Example, If it would say "H1 or H2" beside to add the characters name look in About me it will have that section of color codes there as well.
Here is a code to place at the bottom in the About me section this will keep the default picture from showing up on layouts if it's not wanted on there.
<style> .vicarious{ Hide Codes }.userProfileURL, .profileInfo, .friendsComments, .blacktext12, .friendSpace, .blurbs, .contactTable, .extendedNetwork, .latestBlogEntry, .interestsAndDetails, .userprofiledetail, .userAlbums, .whitetext12, .orangetext15, .lightbluetext8, .navigationBar, .profile, table tr td[id='footerWarpper'] { display:none !important;visibility:hidden!important; }table table table table td {width:0px;}.contactTable td, table table td.text table td,table table table table table td {width:auto;}div div select, div div form {display:none !important;}select { visibility:hidden!important; WIDTH:0px!important;}table div {display:none;}table table div {display:block;}.navigationBar { display: none; }div[id="googlebar"],div div select{opacity:0;filter:alpha(opacity=0);display:none !important;position:absolute !important; bottom:2000px !important;}.vicarious{Misc Codes}p.breakhere { page-break-after: always }br{line-height:10px!important;}.profileInfo tr tr td { visibility:hidden; }.profileInfo td.text { visibility:visible; } .vicarious {Layouts available @ http://vicarious-hs.tumblr.com/} span.lightbluetext8 {display:none !important;} table.contacttable {display:none;} body #Table1 {display:none;} body table td.text #Table1 {display:block;} .friendsComments { display:none; } .nametext { display: none; } .txt_label { display: none; } td td td.text {display:none;} td td td td.label { display:none; } #footer { display:none; } .hidethem {visibility:hidden; display:none;} #ProfileGeneral{visibility:hidden; display:none;} </style>
Back to Blog List
|