Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS guide #5

Closed
Plou opened this issue Apr 3, 2014 · 1 comment
Closed

CSS guide #5

Plou opened this issue Apr 3, 2014 · 1 comment
Milestone

Comments

@Plou
Copy link
Member

Plou commented Apr 3, 2014

No description provided.

@Plou
Copy link
Member Author

Plou commented Apr 3, 2014

Back to the future - found on the old wiki:

/* Attributes order*/

#block { display: block; //The display property
  clear:both; float: left; //The floating & clear property
  position: static; top: 0; right: 0; bottom :0 left:0; // positionning
  vertical-align: top;
  margin: 0; border:0; padding: 0; width: auto; height: auto; // size and marge properties (form outside to inner property)
  background-color: #fff; list-style: none; // decorations styles
  z-index:3;
}

#text { text-align :left;
  font-size: .85em; line-height: 1.4em; // sizes
  font-weight: 200; color: #fff; // color and weight
  font-family: 'Open Sans', 'Arial', Helevetica, sans-serif;
  font-style: italic; text-transform: uppercase; text-decoration: none; //decoratinos
  white-space: nowrap;
}

@Plou Plou added this to the 1.0.0 milestone Apr 3, 2014
@Plou Plou closed this as completed Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant