1er commit
1er version
This commit is contained in:
711
style.css
Normal file
711
style.css
Normal file
@@ -0,0 +1,711 @@
|
||||
/*
|
||||
Theme Name: Twenty Ten Child
|
||||
Description: Theme enfant pour Twenty Ten
|
||||
Author: Le nom de l'auteur
|
||||
Template: twentyten
|
||||
*/
|
||||
|
||||
@import url("../twentyten/style.css");
|
||||
|
||||
body {
|
||||
background-color: #e7e7e2;
|
||||
/*background-color: #b7a691;*/
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
color: #858585;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #373737;
|
||||
}
|
||||
a img {
|
||||
padding: 4px;
|
||||
border: thin solid #736c4d;
|
||||
}
|
||||
.iiframe {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#randomImg img {
|
||||
padding: 10px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #818181;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
display: block;
|
||||
}
|
||||
/**/
|
||||
|
||||
#wrapper {
|
||||
background-color: #e7e7e2;
|
||||
/*background-color: #b7a691;*/
|
||||
/*margin-top: 20px;
|
||||
padding: 0 20px;*/
|
||||
}
|
||||
|
||||
#main {
|
||||
/*background-color: #bfb68a;*/
|
||||
background-color: #fffefc;
|
||||
-webkit-border-radius: 16px 16px 0 0;
|
||||
-moz-border-radius: 16px 16px 0 0;
|
||||
border-radius: 16px 16px 0 0;
|
||||
border: thin solid #a0966c;
|
||||
padding-top: 30px;
|
||||
}
|
||||
|
||||
#main .widget-area ul {
|
||||
padding: 0 20px;
|
||||
}
|
||||
/*
|
||||
#container {
|
||||
margin: 0 -260px 0 0;
|
||||
}
|
||||
|
||||
#primary {
|
||||
width: 240px;
|
||||
}
|
||||
*/
|
||||
#container {
|
||||
margin: 0 -230px 0 0;
|
||||
}
|
||||
|
||||
#container2, container-fullwidth {
|
||||
margin: 0 0 0 0;
|
||||
}
|
||||
|
||||
#primary {
|
||||
width: 230px;
|
||||
}
|
||||
|
||||
#content {
|
||||
width: 660px;
|
||||
}
|
||||
#content2 {
|
||||
margin: 0 20px;
|
||||
width: 890px;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
margin-bottom:20px;
|
||||
padding:0 10px;
|
||||
/*width:940px;*/
|
||||
/*display:block;*/
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
#header #logo {
|
||||
float:left;
|
||||
}
|
||||
|
||||
#header #pagenav {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#pagenav ul {
|
||||
margin: 16px 0 0;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
#pagenav li {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
padding: 8px;
|
||||
}
|
||||
#pagenav li a {
|
||||
text-decoration: none;
|
||||
font-size: large;
|
||||
padding-bottom: 20px;
|
||||
text-shadow: 1px 1px 1px #aaa;
|
||||
color: #fff;
|
||||
}
|
||||
#pagenav li a:hover {
|
||||
border-bottom: 2px solid #fff;
|
||||
}
|
||||
#logo a {
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 1px #aaa;
|
||||
text-decoration: none;
|
||||
font-size: xx-large;
|
||||
letter-spacing: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
#content {
|
||||
color: #444;
|
||||
}
|
||||
*/
|
||||
#content,
|
||||
#content input,
|
||||
#content textarea,
|
||||
#content2,
|
||||
#content2 input,
|
||||
#content2 textarea {
|
||||
color: #444;
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
#content h2, #content2 h2 {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
#content h2 a, #content2 h2 a {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
letter-spacing: 0.5px;
|
||||
font-size: x-large;
|
||||
color: #736c4d;
|
||||
text-shadow: 3px 3px 3px #d9d3c1;
|
||||
}
|
||||
|
||||
#content a:hover, #content2 a:hover {
|
||||
color: #373737;
|
||||
}
|
||||
.entry-content, .entry-summary p, .comment-body {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.entry-content p, .entry-summary p, .comment-body p {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.entry-date {
|
||||
|
||||
}
|
||||
|
||||
.entry-meta a {
|
||||
text-decoration: none;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.entry-utility {
|
||||
text-align: right;
|
||||
color: #444;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.navigation {
|
||||
line-height: 34px;
|
||||
}
|
||||
.nav-previous a, .nav-next a {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
/* */
|
||||
|
||||
.format-gallery .size-thumbnail img,
|
||||
.category-gallery .size-thumbnail img {
|
||||
border: 1px solid #f1f1f1;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
border-style: none;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
border: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
/* liens */
|
||||
|
||||
#content ul {
|
||||
list-style-type: none;
|
||||
margin-left: 3em;
|
||||
}
|
||||
#content2 ol {
|
||||
list-style-type: none;
|
||||
margin: 0 8em;
|
||||
}
|
||||
|
||||
#content h3 {
|
||||
margin-bottom: 1em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
/* single */
|
||||
|
||||
#content h1.entry-title, #content2 h1.entry-title {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
letter-spacing: 0.5px;
|
||||
font-size: x-large;
|
||||
color: #736c4d;
|
||||
text-shadow: 3px 3px 3px #d9d3c1;
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#related {
|
||||
margin-left: 3em;
|
||||
margin-right: 2em;
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.maj {
|
||||
font-size: 10px;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/* related post*/
|
||||
.related {
|
||||
font-size: smaller;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/* author info */
|
||||
#entry-author-info {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
/**/background: #e7e7e2;
|
||||
border-top: 0px;
|
||||
clear: both;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
margin: 24px 0;
|
||||
overflow: hidden;
|
||||
padding: 18px 20px;
|
||||
}
|
||||
|
||||
#author-link {
|
||||
clear: both;
|
||||
color: #777;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
|
||||
}
|
||||
/* comments */
|
||||
|
||||
#comments h3 {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.comment-notes {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.comment-author cite {
|
||||
color: #000;
|
||||
font-style: italic;
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.commentmetadata-guestbook {
|
||||
text-align: right;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
ol.commentlist{
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
}
|
||||
|
||||
#respond {
|
||||
border-top: 0;
|
||||
margin-left: 5em;
|
||||
margin-right: 5em;
|
||||
}
|
||||
|
||||
#respond input {
|
||||
margin: 0 0 9px;
|
||||
width: 60%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#respond textarea {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
#respond label {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.form-submit {
|
||||
text-align: right;
|
||||
padding-right: 3em;
|
||||
}
|
||||
|
||||
/* livre d'or */
|
||||
|
||||
#randomImg {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* sidebar */
|
||||
|
||||
input[type="text"],
|
||||
textarea {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
#primary h3 {
|
||||
|
||||
}
|
||||
.widget_search #s {/* This keeps the search inputs in line */
|
||||
width: 55%;
|
||||
}
|
||||
|
||||
.widget-container {
|
||||
/*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.widget-title {
|
||||
color: #736c4d;
|
||||
text-shadow: 0px 0px 3px #d9d3c1;
|
||||
margin-bottom: 24px;
|
||||
font: normal large "Lucida Grande", Lucida, Verdana, sans-serif;
|
||||
padding-bottom: 10px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: thin;
|
||||
}
|
||||
|
||||
.widget-area ul ul {
|
||||
margin-left: 0px;
|
||||
/*list-style-image: url(images/icon_bullet.png);*/
|
||||
}
|
||||
|
||||
/**/
|
||||
.widget-area ul ul li {
|
||||
margin-left: 0px;
|
||||
padding-bottom:0px;
|
||||
padding-left:22px;
|
||||
background: url(images/icon_bullet.png) 0 5px no-repeat;
|
||||
list-style-type: none;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
|
||||
|
||||
#colophon {
|
||||
border-top: 1px solid #919191;
|
||||
margin-top: -1px;
|
||||
overflow: hidden;
|
||||
padding: 18px 0;
|
||||
}
|
||||
|
||||
#site-info ul {
|
||||
font-family: "Lucida Grande", Lucida, Verdana, sans-serif; }
|
||||
|
||||
#site-info ul {
|
||||
|
||||
}
|
||||
|
||||
#site-info li {
|
||||
display: inline;
|
||||
list-style-type: none;
|
||||
border-right: 1px solid #999;
|
||||
padding-right: 3px
|
||||
}
|
||||
/**/
|
||||
#site-info li:last-child {
|
||||
border-right:0px;
|
||||
}
|
||||
|
||||
#site-info li a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
font-size: small;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
/* contact form 7 */
|
||||
|
||||
.wpcf7-form {
|
||||
border: thin solid #b1b1b1;
|
||||
padding: 1em 1em 1em 2em;
|
||||
margin: 3em 4em;
|
||||
}
|
||||
|
||||
/* caption */
|
||||
|
||||
.wp-caption, .entry-caption {
|
||||
background: transparent;
|
||||
line-height: 18px;
|
||||
margin-bottom: 20px;
|
||||
max-width: 632px !important; /* prevent too-wide images from breaking layout */
|
||||
padding: 0;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.wp-caption img {
|
||||
margin: 0;
|
||||
}
|
||||
.wp-caption p.wp-caption-text, .entry-caption p, .wp-caption-text {
|
||||
background: #f1f1f1;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 1px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* search */
|
||||
|
||||
#searchform input.inputfield {
|
||||
width: 150px;
|
||||
}
|
||||
#searchform input.pushbutton {
|
||||
width:20px; height: 20px;border:0;background: transparent url(images/search2.png) no-repeat 0 4px; text-indent: -9999px; cursor:pointer;
|
||||
}
|
||||
#searchform input.pushbutton:hover {cursor:pointer;}
|
||||
|
||||
/* --------------------------------------------
|
||||
|
||||
#jquery-live-search {
|
||||
background: #fff;
|
||||
|
||||
padding: 5px 10px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
|
||||
border: 1px solid #A9A9A9;
|
||||
border-width: 0 1px 1px 1px;
|
||||
|
||||
-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
*/
|
||||
/* -------------------------------------------- */
|
||||
/* ThreeWP_Ajax_Search */
|
||||
/* -------------------------------------------- */
|
||||
|
||||
/*
|
||||
The container contains the whole ajax search results box. The "content".
|
||||
*/
|
||||
div.threewp_ajax_search_container
|
||||
{
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
width: 300px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
/**
|
||||
Below are the default settings that look OK on TwentyTen.
|
||||
**/
|
||||
|
||||
/**
|
||||
Content box
|
||||
**/
|
||||
div.threewp_ajax_search_results_content
|
||||
{
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
background-color: #e7e7e2;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
||||
border-radius: 4px;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
div.threewp_ajax_search_results_content ul
|
||||
{
|
||||
list-style-type: none;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
div.threewp_ajax_search_results_content ul li
|
||||
{
|
||||
padding: 4px;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
div.threewp_ajax_search_results_content ul li a
|
||||
{
|
||||
display: block;
|
||||
height: 100%; /** So that clicking anywhere on that line will work. */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
div.threewp_ajax_search_results_content ul li a:link,
|
||||
div.threewp_ajax_search_results_content ul li a:visited
|
||||
{
|
||||
color: #858585;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.threewp_ajax_search_results_content ul li a:hover
|
||||
{
|
||||
color: #373737;
|
||||
text-decoration: underline;
|
||||
}
|
||||
/**
|
||||
The first item has .item_first, which enables us to, in this case, have nice, rounded borders on the top.
|
||||
*/
|
||||
div.threewp_ajax_search_results_content ul li.item_first
|
||||
{
|
||||
-moz-border-radius-topleft: 4px;
|
||||
-moz-border-radius-topright: 4px;
|
||||
-webkit-border-radius-topleft: 4px;
|
||||
-webkit-border-radius-topright: 4px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
/**
|
||||
The last item has .item_last, which enables us to, in this case, have nice, rounded borders on the bottom.
|
||||
*/
|
||||
div.threewp_ajax_search_results_content ul li.item_last
|
||||
{
|
||||
-moz-border-radius-bottomright: 4px;
|
||||
-moz-border-radius-bottomleft: 4px;
|
||||
-webkit-border-radius-bottomright: 4px;
|
||||
-webkit-border-radius-bottomleft: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
/**
|
||||
Since we parse actual search page results and display those, remove whatever we don't want.
|
||||
|
||||
Another way of doing this would be to use a custom url, like http://testsite.com/?ajax_search&s=
|
||||
|
||||
Will be sent as http://testsite.com/?ajax_search&s=text
|
||||
|
||||
The theme could then detect $_GET['ajax_search'] and display simpler results. Either way, it's up to you.
|
||||
**/
|
||||
div.threewp_ajax_search_results_content .entry-utility,
|
||||
div.threewp_ajax_search_results_content .meta-nav,
|
||||
div.threewp_ajax_search_results_content .entry-summary,
|
||||
div.threewp_ajax_search_results_content .entry-meta,
|
||||
div.threewp_ajax_search_results_content .entry-content
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.threewp_ajax_search_results_content ul li.item_selected,
|
||||
div.threewp_ajax_search_results_content ul li:hover
|
||||
{
|
||||
background: #ccc;
|
||||
}
|
||||
|
||||
/**
|
||||
Search in progress!
|
||||
|
||||
The container gets the class threewp_ajax_search_in_progress when it's busy doing a search.
|
||||
This allows us to have fancy loading graphics, which I've taken from the normal Wordpress graphics.
|
||||
|
||||
If you've blocked access to /wp-admin then it's your own fault your users aren't seeing moving graphics.
|
||||
*/
|
||||
.threewp_ajax_search_in_progress #s
|
||||
{
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.threewp_ajax_search_in_progress #s
|
||||
{
|
||||
background-image: url("../../../../wp-admin/images/loading.gif");
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------- */
|
||||
/* / ThreeWP_Ajax_Search */
|
||||
/* -------------------------------------------- */
|
||||
|
||||
|
||||
/* JW Player Plugin for WordPress */
|
||||
|
||||
.Custom {
|
||||
/* background-color: maroon;
|
||||
text-align: center;
|
||||
margin-right: auto;
|
||||
margin-left: auto;*/
|
||||
}
|
||||
.JWPlayer {
|
||||
max-width: 420px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.droite {
|
||||
text-align: right;
|
||||
font-style: italic;
|
||||
font-size: x-small;
|
||||
color: #858585;
|
||||
margin-bottom: 3em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.droite:hover {
|
||||
color: #373737;
|
||||
cursor:pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.bloc_exif {
|
||||
display: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#content .bloc_exif img {
|
||||
border: none;
|
||||
margin: 0;
|
||||
display: inline;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
#content .bloc_exif img {
|
||||
cursor:pointer;
|
||||
}
|
||||
#content .bloc_exif ul {
|
||||
list-style:none;
|
||||
background:#fff;
|
||||
border:solid #ddd;
|
||||
border-width:1px;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
width: 620px;
|
||||
padding: 1em 0.5em;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.bloc_exif img {
|
||||
border: none;
|
||||
margin: 0;
|
||||
display: inline;
|
||||
}
|
||||
.bloc_exif ul {list-style:none; padding:1em; background:#fff; border:solid #ddd; border-width:1px;
|
||||
}
|
||||
*/
|
||||
#content .bloc_exif li {display:inline; padding-right:0.5em; font-size:0.857em;
|
||||
}
|
||||
|
||||
#map, #map_canvas1, #map_canvas2, #map_canvas3, #map_canvas4, #map_canvas5 {
|
||||
width: 500px;
|
||||
height: 400px;
|
||||
display: none;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
.close {
|
||||
|
||||
}
|
||||
.mappy {
|
||||
display: none;
|
||||
}
|
||||
.infowindow ul {
|
||||
list-style-image: none;
|
||||
display: block;
|
||||
}
|
||||
.infowindow li {
|
||||
font-size: x-small;
|
||||
}
|
||||
.infowindow {
|
||||
width: 350px;
|
||||
}
|
||||
Reference in New Issue
Block a user