keys.css revision b3d483a007238a7bf054fafaa1bd40988074d82b
/*------------------------------------------------------------------
Project: Inkscape, Keyboard and mouse reference
Last change: 2010-10-15
--------------------------------------------------------------------
[Table of contents]
1. Body
2. Header / #header
3. Table of content / .toc
4. Page content
4.1. Headings
4.2. Sections
4.3. Shortcuts list
5. Footer / #footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Body]
*/
body {
}
/*------------------------------------------------------------------
[2. Header ]
*/
h1 {
}
.releaseinfo, .pubdate {
}
/*------------------------------------------------------------------
[3. Table of content ]
*/
.toc {
}
}
}
}
}
/*------------------------------------------------------------------
[4. Content ]
*/
/*-- [4.1. Headings] --*/
}
h2 {
}
h3 {
}
/*-- [4.2. Sections] --*/
table {
border: 0;
margin:0;
width: 100%;
}
/*-- [4.3. Shortcuts list] --*/
.keys {
width: 45%;
}
.shortcut {
}
.keypad {
}
.plussign {
}
.action {
}
.note {
width: 100%;
}
color: #333333;
}
/*------------------------------------------------------------------
[5. Footer]
*/
img {
border: 0;
}