CSS: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 35: Zeile 35:
 
===CSS Div Tables===
 
===CSS Div Tables===
 
* [http://jsfiddle.net/Hv3V4/4/ JSFiddle with display:table]
 
* [http://jsfiddle.net/Hv3V4/4/ JSFiddle with display:table]
 +
* [http://stackoverflow.com/questions/13585789/css-rowspan-like-effect CSS div rowspan effect] - [http://tinkerbin.com/Mdd8u3fK demo]
  
 
===Others===
 
===Others===

Version vom 30. August 2013, 21:13 Uhr

OSEG Wiki

See what CSS code you can use in the OSEG Wiki:

  • in Commons.css under /** OSEG CSS Code **/
    • The class .round makes tables, divs and spans (everything with a border) round with 10px.

Guidelines

Initialize

Fonts

  • Font Squirrel - handpicked free fonts for graphic designers with commercial-use licenses.

Heading Fonts:

Colors

Equal Height Columns

Layouts

Two Horizontal Divs

CSS Div Tables

Others

CSS3 gradient background

Menus

Forms

Modal

Animations and Effects

Footers

Images

Preprocessors

Frameworks

Share

CSS Processors

Structure

  • MVCSS - Sass-based CSS architecture for creating predictable and maintainable application style.

Code Styles

Tutorials

Follow

Links