Skip to content

Instantly share code, notes, and snippets.

@moebiuseye
Forked from anonymous/dabblet.css
Created December 18, 2012 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moebiuseye/4327349 to your computer and use it in GitHub Desktop.
Save moebiuseye/4327349 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*
style.css
---------
-CC-BY-$-
Par Vincent Maure
*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body{
background-image : url(images/background_clair.png)
}
.header
{
background-color : #484848 ;
border-radius : 15px;
box-shadow:0px 2px 4px 1px rgba(119, 119, 119, 0.7);
margin : 15px 50px 15px 50px ;
}
h1{
font-family : Arial;
font-size : 75px;
color : #E0E0E0;
font-weight: bold;
margin-top : 10px;
}
h2{
font-size : 50px;
color : #303030 ;
}
.st{
font-family : Arial;
font-size : 10px;
color : #E0E0E0;
font-style : italic;
margin-bottom : 10px;
}
.bgcontent{
padding: 1em;
padding-left: 2em;
background-color : #F8F8F8 ;
border-radius : 15px;
margin : 15px 50px 15px 50px ;
box-shadow: inset 4px 2px 5px rgba(0,0,0,0.4);
}
.content{
}
.sous-chapitre{}
p{}
.sous-paragraphe{}
.nb{}
ul{}
li{}
.legende{}
<div class="header">
<center>
<h1>Cours de photo</h1>
<img src="images/cc.png" />
</center>
</div>
<br />
<div class="bgcontent">
<h2>I. Les différents types d'appareils photo</h2>
</div>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment