[add] visual image for private link

This commit is contained in:
Knah Tsaeb 2014-04-04 14:16:51 +02:00
parent 0396d42bba
commit bb2103a4a2

View file

@ -1,12 +1,12 @@
html { html {
background: #434343; /* Old browsers */ background: #434343; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#cdcdcd)) no-repeat scroll 0 0 transparent;; /* Chrome,Safari4+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#434343), color-stop(100%,#cdcdcd)) no-repeat scroll 0 0 transparent;; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Opera 11.10+ */ background: -o-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* Opera 11.10+ */
background: -ms-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* IE10+ */ background: -ms-linear-gradient(top, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* IE10+ */
background: linear-gradient(to bottom, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* W3C */ background: linear-gradient(to bottom, #434343 0%,#cdcdcd 100%) no-repeat scroll 0 0 transparent;; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434343', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
background: -moz-linear-gradient(center top , #434343, #cdcdcd) no-repeat scroll 0 0 transparent; background: -moz-linear-gradient(center top , #434343, #cdcdcd) no-repeat scroll 0 0 transparent;
} }
body { body {
@ -42,7 +42,7 @@ pre code {
.thumbnail img { .thumbnail img {
border-radius: 0.3em; border-radius: 0.3em;
background-color:#fff; background-color: #fff;
} }
.linkcontainer { .linkcontainer {
position: static; position: static;
@ -80,10 +80,15 @@ pre code {
position: relative; position: relative;
} }
#linklist li.private .linkeditbuttons {
background: url('../images/private.png') no-repeat 10px center;
padding: 0 0 0 55px;
}
.picwall_pictureframe img { .picwall_pictureframe img {
border-radius:0.1em; border-radius: 0.1em;
background-color:#fff; background-color: #fff;
} }
.picwall_pictureframe { .picwall_pictureframe {
display: inline-block; display: inline-block;
@ -120,51 +125,50 @@ pre code {
} }
.clearFix { .clearFix {
clear:both; clear: both;
display: block; display: block;
min-width: 1px; min-width: 1px;
min-height: 1px; min-height: 1px;
margin:0; margin: 0;
height:0; height: 0;
} }
.paging { .paging {
border-radius:0.3em; border-radius: 0.3em;
} }
#footer { #footer {
border-top: none; border-top: none;
color: #555; color: #555;
} }
#cloudtag { #cloudtag {
background-color: #ababab; background-color: #ababab;
border-radius:0.3em; border-radius: 0.3em;
} }
#cloudtag > span { #cloudtag > span {
padding: 0 0.3em; padding: 0 0.3em;
color:#fff; color: #fff;
font-size:0.9em; font-size: 0.9em;
} }
#cloudtag a { #cloudtag a {
font-weight:bold; font-weight: bold;
color:black; color: black;
text-decoration:none text-decoration: none
} }
#cloudtag a:hover { #cloudtag a:hover {
font-weight:bold; font-weight: bold;
color:#ffffc9; color: #ffffc9;
text-decoration:none text-decoration: none
} }
@media handheld, only screen and (max-width: 560px), only screen and (max-device-width: 854px) @media handheld, only screen and (max-width: 560px) , only screen and (max-device-width: 854px) {
{
#linklist { #linklist {
max-width: 100%; max-width: 100%;
margin: 0 auto; margin: 0 auto;
padding: 0.3em; padding: 0.3em;
} }
} }