Files
sls/ovh/photoblog.css
2024-04-06 11:55:24 +02:00

375 lines
6.9 KiB
CSS

#main {
font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#content, #links, #bloc {
/*width:960px;*/
width:850px;
margin:0 auto;
}
#site-name-home {
padding-top: 16px;
}
#site-name-home a {
color: #fff;
text-shadow: 2px 2px 2px #aaa;
text-decoration: none;
letter-spacing: 5px;
font-size: 5em;
}
.top10 {
padding-top: 3em;
}
.cadre {
text-align: center;
margin-top: 1em;
}
.cadre img {
padding: 10px;
background-color: #fff;
border: 1px solid #818181;
}
#bloc_tags {
float: left;
width: 30%;
border: 1px solid #b1b1b1;
margin: 20px;
padding: 1em 1em 1em 2em;
}
#tag_cloud {
text-align: center;
padding-bottom: 5px;
width: 80%;
margin: 3em auto;
padding: 1em;
font: large "Lucida Grande", Lucida, Verdana, sans-serif;
font-size: larger;
}
#tag_cloud ul {
margin: 0;
}
#tag_cloud ul li {
text-align: center;
display: inline;
list-style-type: none;
line-height: 2em;
}
#tag_cloud a {
text-decoration: none;
}
#tag_cloud a:hover {
text-decoration: underline;
}
#bloc_news {
float: left;
width: 52%;
border: 1px solid #b1b1b1;
margin: 20px;
padding: 1em 1em 1em 2em;
font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#bloc_ads {
float: left;
width: 60%;
/*
background-color: #42413f;
border: 1px solid #818181;
*/
margin: 20px;
padding: 1em;
}
#bloc_news ul li{
text-align: left;
list-style-type: none;
list-style-position: inside;
}
#bloc_news ul {
padding-top: 1em;
padding-bottom: 1em;
padding-left: 3em;
margin-bottom: 3em;
margin-left: auto;
margin-right: auto;
}
.date_news {
text-align: left;
margin-top: 3em;
margin-left: 1em;
text-decoration: underline;
}
#credit {
margin: 3px auto 8px auto;
width: 680px;
font-size: 9px;
text-align: right;
clear: both;
}
#credit a, #sk2-footer a {
text-decoration: none;
color: #9C3;
}
#credit a:hover, #sk2-footer a:hover {
color: #7A2;
text-decoration: none;
}
#choose_lang {
float: right;
margin-left: 2em;
}
#choose_lang form {
font-size: xx-small;
border-style: none;
}
#choose_lang option, #choose_lang select {
font-size: xx-small;
background-color: #cececa;
border-style: none;
}
h4 {
color: #736c4d;
text-shadow: 0px 0px 3px #d9d3c1;
margin-bottom: 24px;
font: normal large "Lucida Grande", Lucida, Verdana, sans-serif;
padding-bottom: 10px;
}
#padbox h2 {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
font-weight: normal;
font-style: normal;
letter-spacing: 0.5px;
font-size: x-large;
color: #736c4d;
text-shadow: 3px 3px 3px #d9d3c1;
margin-bottom: 1em;
text-align: center;
}
#padbox {
width: 900px;
padding-bottom: 20px;
padding: 20px;
}
.exifs {
text-align: center;
color: #909090;
font-size: smaller;
margin-bottom: 3em;
margin-top: 1em;
}
.thumb {
/*float: left;
line-height: 200px;*/
width: 200px;
height: 200px;
/**/
border: 1px solid #d7d8d4;
background-color: #f8f8f4;
}
.albumdesc {
float: right;
text-align:center;
width: 200px;
padding: 6px 0 0 0;
text-align:center;
vertical-align: middle;
}
.album {
float: left;
width: 200px;
height: 200px;
text-align:center;
margin-top: 0;
margin-right: auto;
/* entre 2 rangées d'albums */
margin-bottom: 25px;
margin-left: auto;
padding: 0px 11px 20px;
}
/*index.php*/
.index {
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#swissarmy {
margin-right: auto;
margin-left: auto;
margin-top: 6em;
margin-bottom: 2em;
}
#swissarmy td {
}
#clicclac {
padding-left: 100px;
}
#entrer {
text-align: center;
font-size: 18pt;
}
#social {
text-align: right;
}
#social img {
border-style: none;
text-align: right;
}
/* ToolTip */
/*.tooltip{
display: inline;
position: relative;
text-decoration: none;
cursor:help;
}
.tooltip:hover:after{
background: #333;
background: rgba(0,0,0,.8);
border-radius: 5px;
bottom: 26px;
color: #fff;
content: attr(title);
left: 20%;
padding: 5px 15px;
position: absolute;
z-index: 98;
width: 220px;
}
.tooltip:hover:before{
border: solid;
border-color: #333 transparent;
border-width: 6px 6px 0 6px;
bottom: 20px;
content: "";
left: 50%;
position: absolute;
z-index: 99;
}
.aide {
font-size: 9pt;
}
*/
#tooltip {
text-align: left;
color: #909090;
background: -webkit-gradient( linear, left top, left bottom, from( rgba(248, 248, 244, .6) ), to( rgba(248, 248, 244, .8) ) );
background: -webkit-linear-gradient( top, rgba(248, 248, 244, .6), rgba(248, 248, 244, .8) );
background: -moz-linear-gradient( top, rgba(248, 248, 244, .6), rgba(248, 248, 244, .8) );
background: -ms-radial-gradient( top, rgba(248, 248, 244, .6), rrgba(248, 248, 244, .8) );
background: -o-linear-gradient( top, rgba(248, 248, 244, .6), rgba(248, 248, 244, .8) );
background: linear-gradient( top, rgba(248, 248, 244, .6), rgba(248, 248, 244, .8) );
position: absolute;
z-index: 100;
padding: 15px;
border: thin solid #d7d8d4;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font: x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* triangle decoration */
#tooltip:after {
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #d7d8d4;
content: '';
position: absolute;
left: 50%;
bottom: -10px;
margin-left: -10px;
}
#tooltip.top:after {
border-top-color: transparent;
border-bottom: 10px solid #d7d8d4;
top: -20px;
bottom: auto;
}
#tooltip.left:after {
left: 10px;
margin: 0;
}
#tooltip.right:after {
right: 10px;
left: auto;
margin: 0;
}
.aide {
font-size: x-large;
color: #fefb4e;
border: thin solid #a0966c;
text-align: center;
padding-left: 10px;
margin-right: 6px;
background-color: #e7e7e2;
}
/* Icones retina */
.icon1, .icon2, .icon3, .icon4 {
display: inline-block;
width: 57px;
height: 57px;
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.5),
only screen and (-o-max-device-pixel-ratio: 3/2),
only screen and (max--moz-device-pixel-ratio: 1.5),
only screen and (max-device-pixel-ratio: 1.5) {
.icon1{
background: url(images/500px-57_.png) no-repeat;
}
.icon2{
background: url(images/Flickr-57_.png) no-repeat;
}
.icon3{
background: url(images/_RSS-57_.png) no-repeat;
}
.icon4{
background: url(images/_RSS-57_.png) no-repeat;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
.icon1{
background-image: url(images/500px-57@2x_.png);
background-size: 57px 57px;
}
.icon2{
background-image: url(images/Flickr-57@2x_.png);
background-size: 57px 57px;
}
.icon3{
background-image: url(images/_RSS-57@2x_.png);
background-size: 57px 57px;
}
.icon4{
background-image: url(images/_RSS-57@2x_.png);
background-size: 57px 57px;
}
}