Skip to content

Instantly share code, notes, and snippets.

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 945px;
}
.span16 {
width: 945px;
}
.span15 {
CSS:
#mainDiv {
height: 100px;
width: 80px;
position: relative;
border-bottom: 2px solid #f51c40;
background: #3beadc;
}
/*!
* Bootstrap v3.0.0-rc.2
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.container {
margin-right: auto;
margin-left: auto;
}
.container:before,
.container:after {
content: " ";
/* 1 */
display: table;
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
.clearfix:after {
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
@taclab
taclab / logo
Created November 14, 2013 21:16
<BOUCLE_article_head(ARTICLES) {id_article}>
<title>[(#TITRE|textebrut) - ][(#NOM_SITE_SPIP|textebrut)]</title>
<link rel="canonical" href="[(#URL_ARTICLE|url_absolue)]" />
<!-- Integration Search -->
<meta name="description" content="[(#INTRODUCTION|textebrut|couper{200})]" />
<B_keywords>
<meta name="keywords" content="<BOUCLE_keywords(MOTS){id_article}{id_groupe_racine=14}{","}>[(#TITRE)]</BOUCLE_keywords>" />
</B_keywords>
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month"
# CSS
ExpiresByType text/css "access plus 1 year"
# Data interchange
ExpiresByType application/json "access plus 0 seconds"