Apr. 17th, 2019
Layout: Intimus [BUNDLE!]

image preview |
![[info]](http://www.insanejournal.com/img/userinfo.gif)
Information
Hey guys! Intimus is a minimalist layout with a sticky sidebar that can be used for just about anything, but is made with PSL journals and CDJs in mind! It comes with an optional splash page, and six types of entry codes, plus three contact code options, so be sure to navigate via the sidebar to check them all out!This journal/codes combination is intended to be used with minimal cuts and navigated by tag, but you can definitely use it with alternate setups!
Another thing to note: If you want to disable your linkbar for a cleaner look and don't need commenting available on an entry, you can turn them off for any entry that doesn't need commenting, and none of your linkbar content will be visible to anyone but you. Enjoy! ♥
Please note that, if using this layout for a community, there is a small section at the very end of the CSS that I recommend deleting so that userpics etc. all function as needed for a community. It's labeled in the CSS for your convenience!
Layout Coding
Installation Guide
♡ Go to Basics and choose S2 for your style system, fill in your title, then save.♡ Fill in your Links List for tag/page navigation if desired, then save.
♡ Go to Look and Feel, choose Complete Style, then save.
♡ Go to Custom Options and choose the following options:
♡ Layout Type:Two Column (Sidebar on Left)♡ Disable customized comment pages for your journal: Yes
Two Column (Sidebar on Right)
♡ Navigation link names: Recent/Archive/Friends/Profile
♡ Fill in sticky note if desired.
♡ Person to credit if you have an individually created layout: Layout by Tessisamess
♡ URL to link the credit to: http://tessisamess.insanejournal.com/
♡ Custom stylesheet: Input the CSS provided and save!
Editing Guide
These replacements are for the entry codes only as the layout itself has a:root
directory.FONTS
Fira Sans Extra Condensed,helvetica,arial,sans-serif - Overall font in some entry codes
Domine,palatino linotype,georgia,serif - Heading text in some entry codes
COLORS
Terms of Use
♡ Do not remove credit.♡ Do not redistribute my codes in part or in whole (posting a copy for players to use in your game is fine with a link to original post.)
♡ If you break something during editing, please feel free to drop me a comment and I'll help as best I can!
♡ I love seeing edits! This isn't a rule, but if you have a cool edit of one of my codes I'd love to see it!
Comments
How hard would it be to substitute the profile icon for, say a small gif/image other than the default icon? I assume it would involve unhiding the custom text module, but I am wondering how much work I am in for if I do this...lol
This might be one of my new favorite layouts.
Quick question: is there a way that I can get my links list to show up my friends page as well as my recent page?
Here is the link. I can't do text boxes either. I am pathetic if anything gets the slightest bit omplicated..lol.
The :root directory allows the stylesheet to use placeholder values (the variables on the left of each directory value) throughout the code so that if you need to change one you can do it up top in the :root to change it throughout the page, saving time and searching!
Your
--main-font
will be the page font, the--headings
will be the secondary font, and--title-font
is for the header title. Just change the font names after those declarations and add your Google or self-hosted fonts in the/* FONTS */
section of the CSS to include them, and you're all set!https://fonts.googleapis.com/css?fa mily=Open+Sans|Oswald
You use a + for spaces if the selected font is more than one word, and a | to divide each font in the list.