diff --git a/public/artwork/tmp/boxs.html b/public/artwork/tmp/boxs.html new file mode 100644 index 0000000..8d2dbe0 --- /dev/null +++ b/public/artwork/tmp/boxs.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+Esconder +

Sobre mim...

+
+

...

+
+
+
+
+ + +
+ +
+ + +
+Esconder +

Mural de recados

+
+

Deixe seu recado:

+
+ +
+
+
+ + + +
+ + + + + + + diff --git a/public/artwork/tmp/css/box.css b/public/artwork/tmp/css/box.css new file mode 100644 index 0000000..689b0b7 --- /dev/null +++ b/public/artwork/tmp/css/box.css @@ -0,0 +1,78 @@ +#leftcontent div.block span +{ +display: none; +} + +#leftcontent div.block +{ + background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; + padding-bottom: 10px; + margin-bottom: 10px; +} + +div.block ul +{ + margin-left: 25px; +} + +#leftcontent div.block h3 +{ + color: #FFFFFF; + font-size: 12px; + font-weight: normal; + background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; + height: 27px; + line-height: 27px; + padding-left: 10px; +} + + +#rightcontent div.block span +{ +display: none; +} + +#rightcontent div.block +{ + background: #FFFFFF url("../img/box_bottom_v1_190px.jpg") no-repeat bottom left; + padding-bottom: 10px; + margin-bottom: 20px; +} + +#rightcontent div.block h3 +{ + color: #FFFFFF; + font-size: 12px; + font-weight: normal; + background: #474747 url("../img/box_top_v1_190px.jpg") no-repeat; + height: 27px; + line-height: 27px; + padding-left: 10px; + margin: 0px; +} + + + +div.block .block_content +{ + background-image: url("../img/box_content_v1.png"); + background-repeat: repeat-x; + background-position: 0 1px; + padding: 5px; +} + + + +/* Inicio personalizacao individual */ + +div#links { +background: blue; +} + +div#comment { +background: green; +} + +div#about { +background: red; +} diff --git a/public/artwork/tmp/css/eu.png b/public/artwork/tmp/css/eu.png new file mode 100644 index 0000000..fe3b093 Binary files /dev/null and b/public/artwork/tmp/css/eu.png differ diff --git a/public/artwork/tmp/css/style.css b/public/artwork/tmp/css/style.css new file mode 100644 index 0000000..f1f0ef8 --- /dev/null +++ b/public/artwork/tmp/css/style.css @@ -0,0 +1,62 @@ + @import "all.css"; /* just some basic formatting, no layout stuff */ + + body { +background-color: #474747; + margin:10px 10px 0px 10px; + padding:0px; + } + + #leftcontent { + float: left; + left:10px; + top:50px; + width:190px; + border:0px; + } + + #centercontent { + margin-left: 255px; + margin-right:199px; + border:0px; + /* + IE5x PC mis-implements the box model. Because of that we sometimes have + to perform a little CSS trickery to get pixel-perfect display across browsers. + The following bit of code was proposed by Tantek Celik, and it preys upon a CSS + parsing bug in IE5x PC that will prematurly close a style rule when it runs + into the string "\"}\"". After that string appears in a rule, then, we can override + previously set attribute values and only browsers without the parse bug will + recognize the new values. So any of the name-value pairs above this comment + that we need to override for browsers with correct box-model implementations + will be listed below. + + We use the voice-family property because it is likely to be used very infrequently, + and where it is used it will be set on the body tag. So the second voice-family value + of "inherit" will override our bogus "\"}\"" value and allow the proper value to + cascade down from the body tag. + + The style rule immediately following this rule offers another chance for CSS2 + aware browsers to pick up the values meant for correct box-model implementations. + It uses a CSS2 selector that will be ignored by IE5x PC. + + Read more at http://www.glish.com/css/hacks.asp + */ + + voice-family: "\"}\""; + voice-family: inherit; + margin-left: 255px; + margin-right:201px; + } + html>body #centercontent { + margin-left: 255px; + margin-right:201px; + } + + #rightcontent { + position: absolute; + right:10px; + top:50px; + width:190px; + border:0px; + } + + diff --git a/public/artwork/tmp/img/box_bottom_v1_190px.jpg b/public/artwork/tmp/img/box_bottom_v1_190px.jpg new file mode 100644 index 0000000..1f3a1c3 Binary files /dev/null and b/public/artwork/tmp/img/box_bottom_v1_190px.jpg differ diff --git a/public/artwork/tmp/img/box_content_v1.png b/public/artwork/tmp/img/box_content_v1.png new file mode 100644 index 0000000..cc4e702 Binary files /dev/null and b/public/artwork/tmp/img/box_content_v1.png differ diff --git a/public/artwork/tmp/img/box_top_v1_190px.jpg b/public/artwork/tmp/img/box_top_v1_190px.jpg new file mode 100644 index 0000000..8ea9daf Binary files /dev/null and b/public/artwork/tmp/img/box_top_v1_190px.jpg differ diff --git a/public/artwork/tmp/js b/public/artwork/tmp/js new file mode 120000 index 0000000..9313de1 --- /dev/null +++ b/public/artwork/tmp/js @@ -0,0 +1 @@ +../../javascripts \ No newline at end of file diff --git a/public/artwork/tmp/layout.html b/public/artwork/tmp/layout.html new file mode 100644 index 0000000..2d73837 --- /dev/null +++ b/public/artwork/tmp/layout.html @@ -0,0 +1,134 @@ + + + + + + + + + + + + + + + + +
+ +
+ + +
+

leftcontent

+
#leftcontent {
+position: absolute;
+left:10px;
+top:50px;
+width:200px;
+background:#fff;
+border:1px solid #000;
+	}
+ + +

Informações pessoais

Aqui fica um conteúdo da informação pessoal do usuário como vai ser tratado, enfim... Vamos colocar imagem ou sei la... Chamar aqui...

  • Links
  • Links
  • Links
  • Links
+ + + + +
+ +
+

centercontent

+
#centercontent {
+background:#fff;
+margin-left: 199px;
+margin-right:199px;
+border:1px solid #000;
+voice-family: "\"}\"";
+voice-family: inherit;
+margin-left: 201px;
+margin-right:201px;
+	}
+html>body #centercontent {
+margin-left: 201px;
+margin-right:201px;
+	}
+
+ +
+

About the author

+
+

Drew McLellan is a web developer, author and no-good swindler from + just outside London, England. At the + Web Standards Project he works + on press, strategy and tools. Drew keeps a + personal weblog covering web + development issues and themes.

+
+ + +
+ +
+

rightcontent

+
#rightcontent {
+position: absolute;
+right:10px;
+top:50px;
+width:200px;
+background:#fff;
+border:1px solid #000;
+	}
+ + + + +
+Xv +

Informações pessoais

+
+

Aqui fica um conteúdo da informação pessoal do usuário como vai ser tratado, enfim... Vamos colocar imagem ou sei la... Chamar aqui...

+
    +
  • Links
  • +
  • Links
  • +
  • Links
  • +
  • Links
  • +
+
+
+ + + +
+ + + +
+ + +
+ + + + + + + -- libgit2 0.21.2