
*{ 
    box-sizing: border-box;
}
#page{
    padding-left: 20%;
    padding-right: 20%;
}

body{
    margin: 10px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #420016;
    background-image: url('http://dl2.glitter-graphics.net/pub/1015/1015162yklbhgc9po.gif');
    background-attachment: fixed;
    background-repeat: repeat;
}



/* CSS DO HEADER*/ 

#site-header {
  width: 100%;
  margin: 0 auto 20px auto;
  text-align: center;
  background: #ece9d8;
  border: 2px solid #999;

  box-shadow: 2px 2px 0px #ccc;
}

.site-title {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  color: #444;
}

.sub-title {
  margin-top: 6px;
  font-size: 13px;
  color: #666;
}

/* FITA PRA SEPARAR AS COLUNA*/
#wrapper {
  width: 760px;
  margin: 20px auto;

  display: flex;
  gap: 12px;
  height: calc(100vh - 220px)
}

/* colunas */

.column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.column.left {
  width: 150px;
}

.column.center {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
/*AJUSTES NO SCROLL INFINITO DA COLUNA CENTRAL*/

.box-content {
  flex: 1;
}


.column.right {
  width: 180px;
}

/* caixas */
.box {
  background: #ece9d8;
  border: 2px solid #808080;

  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;

  border-radius: 0;
  padding: 8px;

  box-shadow: none;
}


/* títulos das caixas */
.box h2,
.box h3 {
  margin: -8px -8px 8px -8px;
  padding: 4px 6px;

  font-size: 12px;
  font-weight: bold;
  color: white;

  background: linear-gradient(
    to bottom,
    #aa4388,
    #f078ba
  );

  border-bottom: 1px solid #000;
}


/* CARROSSEL DE PPHOPTOS */

.carousel {
  display: flex;
  flex-direction: column;
}

.carousel-frame {
  width: 100%;
  height: 140px;

  background: #000;
  border: 1px solid #555;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.carousel-frame img {
  max-width: 100%;
  max-height: 100%;
  display: none;
}

.carousel-frame img.active {
  display: block;
}

.carousel-controls {
  display:inline-flex;
  gap: 8px;

  margin-top: auto;
}


/* conteúdo central */
.content {
  min-height: 400px;
  line-height: 1.5;
}

/* blinkies */
.blinkies {
  text-align: left;
}

.blinkies img {
  display: block;
  margin: 4px;
  width: 100%;

}

/* chat */
.chat {
  height: 260px;
  font-size: 12px;
  color: #666;
  text-align: left;
}

/* efeito old web extra */
.box {
  box-shadow: 2px 2px 0px #ccc;
}

/* JANELA DO HEADER*/

.window {
  width: 1000px;
  margin: 0 auto 20px auto;

  background: #ece9d8;

  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;

  box-shadow: none;
}

.window-titlebar {
  height: 26px;
  padding: 0 6px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: linear-gradient(
    to bottom,
    #aa4388,
    #f078ba
  );

  font-size: 12px;
  font-weight: bold;
  color: white;

  user-select: none;

}


/* BOTOES FAKES DA JANELA*/
.window-controls {
  display: flex;
  gap: 4px;
}

.win-btn {
  width: 18px;
  height: 18px;

  padding: 0;
  line-height: 16px;

  font-size: 12px;
  font-family: Tahoma, sans-serif;

  background: #ece9d8;

  border: 1px solid #404040;
  border-top-color: #ffffff;
  border-left-color: #ffffff;

  cursor: pointer;
}

.win-btn:active {
  border-top-color: #404040;
  border-left-color: #404040;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}

.win-btn.close {
  background: #d9534f;
  color: white;
  font-weight: bold;
}


/* CONTEUDO DO CABEÇALHO*/


.window-content {
  padding: 16px;
  text-align: center;
  background-image: url("photos/-my-webspace-05-02-2026.gif");
  background-repeat: repeat;
  background-position: center;

}

.site-title {
  margin: 0;
  font-size: 32px;
  color: #444;
}

.sub-title {
  font-size: 13px;
  color: #666;
  margin: 6px 0;
}

.header-link {
  font-size: 12px;
  color: #000080;
}


/*edicao dos posts e imagnes dos posts*/

.post {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #999;
}

.post-title {
  margin: 0;
  font-size: 16px;
  color: #333;
}

.post-meta {
  font-size: 11px;
  color: #777;
  margin-bottom: 8px;
}

.post p {
  line-height: 1.5;
  margin: 8px 0;
}

.post-img,
.post-gif {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  justify-content: center;

  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;
}


/*EDIT DO CHATBOX*/

.chat iframe {
  border: 2px solid #808080;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: #404040;
  border-bottom-color: #404040;

  background: #ece9d8;
}

.box.chat iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.box.chat {
  height: 260px;

  display: flex;
  flex-direction: column;
}

.box.chat h3 {
  flex-shrink: 0;
}

.box.chat iframe {
  flex: 1;
}

.rise {
width:fit-content;
transition: .2s ease; 
font-size:2em;
}

.rise:hover {
transform: translateY(-20%);
}

.tumblrwob {
display:flex;
flex-wrap:wrap;
justify-content:left;
white-space:pre;
font-size: 1.5em;
font-family: Comic;
}

.wobble:nth-child(4n+1) {
-webkit-animation:tumblrwobble 4s ease-in-out -.5s infinite;
animation:tumblrwobble 4s ease-in-out -.5s infinite
}

@keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

@-webkit-keyframes tumblrwobble{
0%  { transform:translateY(5%) skew(3deg) }
25% { transform:translateY(-5%) }
50% { transform:translateY(5%) skew(-3deg) }
75% { transform:translateY(-5%) }
to { transform:translateY(5%) skew(3deg) }
}

.wobble:nth-child(4n+2){
-webkit-animation:tumblrwobble 4s ease-in-out -1s infinite;
animation:tumblrwobble 4s ease-in-out -1s infinite;
}

.wobble:nth-child(4n+3){
-webkit-animation:tumblrwobble 4s ease-in-out -1.5s infinite;
animation:tumblrwobble 4s ease-in-out -1.5s infinite;
}

.wobble:nth-child(4n){
-webkit-animation:tumblrwobble 4s ease-in-out 0s infinite;
animation:tumblrwobble 4s ease-in-out 0s infinite;
}

.img.fimdapag{
  justify-content: center;
}