Entry tags:
(DW) cameo lover

larger image & temp. live preview.
INSTALLATION
○ Download
○ Organize | Customize Style
○ Install Flexible Squares (See Q&A)
○ Copy / Paste the code into the Custom CSS section.
○ Save and done!
RULES
○ Please don't take credit for this, it's not yours, bro.
○ Commenting if you take it is appreciated, but totally not necessary.
○ Enjoy!
NOTE
○ As you'll notice, this has several motion transitions, these will NOT work in IE. (Does anybody still use that?)
○ Turn OFF custom comment pages.
○ Set your Sidebar to have only the Link List and Blurb.

no subject
I'm having some difficulties with the sidebar though. It refuses to show up and I'm not sure if it's on this layout's part or the one through the flexible icon html. The text on the CSS sheet looks the way it should, and the one on the flexible squares layout looks like this (I'm sorry it's long);
### SIDEBAR
propgroup sidebar
{
property bool show_sidebar
{
des = "Show the sidebar?";
}
set show_sidebar = true;
property string sidebar_position
{
des="Set sidebar position";
values="left|Left|right|Right";
}
set sidebar_position="left";
property bool show_default_userpic
{
des = "Show the default user picture on the sidebar?";
}
set show_default_userpic = true;
property bool show_blurb
{
des = "Show the blurb/free text in the sidebar?";
}
property string text_sidebar_blurb
{
des = "Title of the blurb sidebar box";
}
property string sidebar_blurb {
des = "Text to be added to the sidebar";
note = "Appears in the sidebar 'Blurb'";
rows = 10;
cols = 25;
string_mode = "html";
}
set show_blurb = true;
set text_sidebar_blurb = "Blurb";
property bool show_linklist
{
des = "Show the link list in the sidebar?";
}
property string text_sidebar_links
{
des = "Title of the links sidebar box";
}
set show_linklist = true;
set text_sidebar_links = "Links";
property bool show_tags
{
des = "Show tags in the sidebar?";
}
property string sidebar_tags_display
{
des = "Display of tags in the sidebar";
values = "cloud|Cloud|list|List";
}
property string text_sidebar_tags {
des = "Title of the tags sidebar box";
}
set show_tags = false;
set sidebar_tags_display = "list";
set text_sidebar_tags = "Tags";
property bool show_summary
{
des = "Show the page summary in the sidebar?";
}
property string text_sidebar_summary
{
des = "Title of the page summary sidebar box";
}
set show_summary = false;
set text_sidebar_summary = "Page Summary";
property bool show_calendar
{
des = "Show the calendar in the sidebar?";
}
set show_calendar = true;
property int sidebar_width
{
des = "Set sidebar width, in pixels";
min = 0;
}
set sidebar_width = 160;
property string sidebar_order_1
{
des = "First box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
property string sidebar_order_2
{
des = "Second box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
property string sidebar_order_3
{
des = "Third box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
property string sidebar_order_4
{
des = "Fourth box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
property string sidebar_order_5
{
des = "Fifth box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
property string sidebar_order_6
{
des = "Sixth box in the sidebar";
values = "userpic|Default Userpic|blurb|Blurb|linklist|Link List|calendar|Calendar|tags|Tags|summary|Page Summary";
}
set sidebar_order_1 = "userpic";
set sidebar_order_2 = "blurb";
set sidebar_order_3 = "linklist";
set sidebar_order_4 = "calendar";
set sidebar_order_5 = "tags";
set sidebar_order_6 = "summary";
}