Les Post-It de la MerMouY Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
15 results for tags css x
HTML5 Forms - Marquetapages Shazen
Sous le coude...
-
- http://lien.shazen.fr/?abUmaw
css formulaires html javascript webdev
dypsilon/frontend-dev-bookmarks · GitHub
Une énorme mine de liens pour développeurs web...
Via je sais plus...
-
- https://github.com/dypsilon/frontend-dev-bookmarks
code css html html5 js php webdev webmaster
CSS Diner - Reviser son css
Envie d'apprendre/réviser les sélecteurs CSS tout en s'amusant?
C'est un peu basique mais excellent!
via http://shaarli.fr/ et http://colibri-libre.org/liens/?wHxzFQ
-
- http://flukeout.github.io/
css html jeu-vidéo webmaster
[DokuWiki] Wiki pleine largeur
Bon à savoir...
-
- http://sebsauvage.net/links/?33IECw
css dokuwiki webmaster
Instantblueprint - Create a web project framework in seconds.
Composer "son propre framework" css
-
- http://instantblueprint.com/index.php
bootstrap css framework webmaster webservice webtech
Guidelines/CSS-guidelines.md at master · dhoko/Guidelines · GitHub
Une petite mine d'info sur les bonnes pratiques du css, surtout pour les gens comme moi, qui ne sont pas codeurs à la base...
C'est un projet hébergé sur github, donc participation encouragée...
-
- https://github.com/dhoko/Guidelines/blob/master/CSS-guidelines.md
css github html webmaster
Learning CSS3: A Reference Guide | Smashing Magazine
Bases et rappels css3
Et son complément: http://www.smashingmagazine.com/mastering-css-principles-comprehensive-reference-guide/
-
- http://www.smashingmagazine.com/learning-css3-useful-reference-guide/
css howto html webmaster
Coude: Des ressources pour le web dev
Via https://bajazet.fr/shaarli/?xc8VcQ
-
- https://bajazet.fr/shaarli/?xc8VcQ
css html liste webmaster
Responsive CSS Framework Comparison: Bootstrap, Foundation, Skeleton
Une comparaison de framework
-
- http://responsive.vermilion.com/compare.php
bootstrap css webmaster
ligershark/webdevchecklist.com
-
- https://github.com/ligershark/webdevchecklist.com
css html php webmaster
Conseils aux débutants qui commencent un site web
-
- http://lehollandaisvolant.net/index.php?d=2013/02/18/20/52/05-#id6581c1
css html php webmaster
11 Useful and Free CSS UI Kits
Via http://lehollandaisvolant.net/index.php?mode=links&id=20130522135125
-
- http://www.smashingapps.com/2013/05/21/11-useful-and-free-css-ui-kits.html
css webdev webmaster webtech
Create a new Fiddle - jsFiddle
Via http://lehollandaisvolant.net/index.php?mode=links&id=20130411185835
-
- http://jsfiddle.net/
coll css html webmaster webservice
CSS naming · Issue #172 · tontof/kriss_feed
Pour les nostalgiques... :)
-
- https://github.com/tontof/kriss_feed/issues/172#issuecomment-16175106
css github rss
Les Post-It de la MerMouY
Un petit effort de design sur mon shaarli...
Voici ce que j'ai ajouté, pour mettre à jour simplement, il reste cependant une modif "in da original file" décrite en commentaire:

/*Mes Modifs*/

/*Mis en commentaire pour fond dégradé (parce que pas trouvé comment faire pour écraser...)
#linklist li.publicLinkHightLight{
background: #ffffff;
}*/

#pageheader a { color: #eee; }
#pageheader
{
   background-color: #111;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#111), to(#aaa));
background: -webkit-linear-gradient(#111, #aaa);
background: -moz-linear-gradient(#111, #aaa);
background: -ms-linear-gradient(#111, #aaa);
background: -o-linear-gradient(#111, #aaa);
background: linear-gradient(#111, #aaa);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
width:auto;
padding:0 10px 5px 10px;
margin: auto;
}

#pageheader a
{
   background-color: #333;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333), to(#666));
background: -webkit-linear-gradient(#333, #666);
background: -moz-linear-gradient(#333, #666);
background: -ms-linear-gradient(#333, #666);
background: -o-linear-gradient(#333, #666);
background: linear-gradient(#333, #666);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
padding:5px;
border-radius: 5px 5px 5px 5px;
margin:10px 3px 3px 3px;
color:#A2DD42;
float:left;
text-decoration:none;
}
#shaarli_title a { color: orange; text-decoration: underline; }
#shaarli_title a:hover { color: orange; }
#pageheader a:hover { color: orange; text-decoration:none;}
#linklist li.private { background: black url('../images/private.png') no-repeat 10px center; padding-left:60px; }
.private  .linktitle a { color:#eeeeee; float: right }
.private .button_edit, .private .button_delete { float: right; }
.button_delete { margin-left:10px; margin-right: 10px}
.private .button_edit { margin-left: 0px;}
.button_edit { margin-left:20px; }
#linklist li {
 /*le padding bottom ici est pour corriger un petit souci avec le dégradé quand l'image est un peu grande*/
padding:10px 20px 20px 20px; border-top: 1px solid orange; clear:both;
   background-color: #111;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#111), to(#aaa));
background: -webkit-linear-gradient(#111, #aaa);
background: -moz-linear-gradient(#111, #aaa);
background: -ms-linear-gradient(#111, #aaa);
background: -o-linear-gradient(#111, #aaa);
background: linear-gradient(#111, #aaa);
}
.linkurl { font-size:8pt; color:#ddd; }
.linkdescription { color:#eee; }
.private .linktaglist { padding-top:10px; text-align:right; margin-bottom: 5px; background: black;}
.linktag { font-size:8.5pt; background: #aaa; }
.linktag a { color:#ddd; margin-right:15px; text-transform: capitalize; }
#footer { display: none; }
#newversion { font-size: 10pt;}
div.daily { border: none; }
div.dailyAbout
{
   float:right;
   border: none;
   font-size: 8pt;
   position:absolute;
   right:10px;
   top: 15px;
   margin: 15px ;
   text-align:right;
}
div.dailyTitle
{
    font-weight: normal;
    font-size: 26pt;
    text-align:center;
    padding:10px 20px 20px 20px;
}
div.dailyDate
{ font-size: 14pt; padding:0px 20px 30px 20px; }
div.dailyEntry
{
   margin: 5px 10px 2px 5px;
   font-size: 12pt; color: #444;
   border-top: 1px solid #555;
}
div.dailyEntry  a { text-decoration:none; color: #000; }
div.dailyEntryTags { font-size:10pt; text-transform: capitalize; margin-bottom: 5px; border-bottom: 1px dotted black; margin: 5px 25px 0px 0px; padding: 0px 0px 5px 5px; }
div.dailyEntryTitle { font-size:16pt; text-align:center}
-
- http://youm.org/~mermouy/shaarli/?
css design perso shaarli
page 1 / 1

1405 links

Shaarli 0.0.45beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by kalvn.