@import url("common.css");

@import url("common.css");
@import url(https://fonts.googleapis.com/css?family=Codystar&text=deFinrs);

/* Polka Dots(Blue) Template
 * (C) Kakei.R
 * update 2016/07/09
 */

/* 上部に「Friends」と表示 */

body:before {
  display: inline-block;
  background-color: rgba(255,255,255,.8);
  color: #0066cc;
  content: "Friends";
  font: bold 3rem/1 'Codystar', cursive;
}

/* body */

body {
  text-align: center;
}

/* テーブル */

table {
  margin: 1em auto;
  border: 0;
  border-radius: 2em;
}

th, td {
  font-family: sans-serif;
  line-height: 1.4;
}

/* サイト名 */

th.id {
  margin: 1.2em auto;
  width: 8em;
  min-height: 8em;
  border-top: 1px solid rgba(153,204,255,.3);
  border-left: 1px solid rgba(153,204,255,.3);
  -webkit-border-radius: 20% 50% 50% 50%;
  border-radius: 20% 50% 50% 50%;
 -webkit-box-shadow: .3em .3em .3em rgba(250,252,255,.5) inset, -0.3em -0.3em .3em rgba(204,204,204,.5) inset, .1em .1em 3px hsl(210,100%,90%), .1em .3em 1px hsl(210,100%,80%), 0 .5em 5px rgba(204,204,204,.8);
  box-shadow: .3em .3em .3em rgba(250,252,255,.5) inset, -0.3em -0.3em .3em rgba(204,204,204,.5) inset, .1em .1em 3px hsl(210,100%,90%), .1em .3em 1px hsl(210,100%,80%), 0 .5em 5px rgba(204,204,204,.8);
  background: -webkit-linear-gradient(top, rgba(255,255,255,.4), rgba(153,204,255,.2));
  background: linear-gradient(to bottom, rgba(255,255,255,.4), rgba(153,204,255,.2));
  font-weight: bold;
  vertical-align: middle;
}

/* サイト名
   ※行(tr)の上にマウスポインタがきた時 */

tr:hover th.id {
  background: -webkit-linear-gradient(top, rgba(255,255,255,.6) 0%, rgba(255,204,255,.2) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,.6), rgba(255,204,255,.2));
}

/* ID リンク */

th.id a {
  display: block;
  padding: 2.8em .5em;
  max-width: 8em;
  min-height: 8em;
  outline: none;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 8px 9px #ccf, 0px -2px 1px #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

th.id a img {
  border: 0;
}

/* コメント */

td.comment {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255,255,255,.8);
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 行(tr)の上にマウスポインタがきた時のコメント */

tr:hover .comment {
  background-color: #ffffff;
}

/* 「編集」リンク
 ※背景色と同色にし目隠し */

.edit.for-owner a:link, .edit.for-owner a:visited {
  color: #ffffff;
  color: rgba(255,255,255,.1);
}

/* Polka Dots(Blue) Template End */