• meta: the html-safe description of your blog.

We put a z-index because if posts are going to be under it we don't want them to overlap the top/bottom bar.

apr 24 2014 ∞
may 4 2014 +

xxx

<html> <head></head> <style> </style> <body> HTML </body> </html>

/*comentário*/

things in mind:

  • font
  • font size
  • font color
  • background color or image
  • link color
  • link style

text-decoration: none; - means that there will be no underline (sublinhado) for links as the default for links is to have text-decoration: underline;

a:hover - means that once the link is hovered over that the color will change to #cf2d85 (magenta hex color).

Notice in the CSS that each style element ends with a ";" and that all the style elements for that particular element are within the {}s. Make sure to do this as yo...

apr 24 2014 ∞
apr 24 2014 +

The common elements in the sidebar are:

  • HOME LINKS - index, ask, submit, archive
  • DESCRIPTION - where you enter stuff about you in the customize page's description box
  • SIDEBAR ICON or IMAGE
  • Custom Links
  • NAVIGATION - links to move from page to page

floating sidebar: Notice as we scroll down the page the post column moves but the floating sidebar doesn't. If you try setting it to position: absolute; or position: relative; instead of position: fixed; notice the difference.

hover over description : is when you may see a sidebar picture and then you hover over it and it reveals the description or links.

tall sidebar - stylized: você precisa passar o mouse pra imagem aparecer

Back to transitions however - when we replace color: #colorcode; wit...

apr 24 2014 ∞
may 3 2014 +