or   Register or Register today to make and share your own cheat sheets! (Why Join?)

Cheatography Login

Join Us!

Not a Cheatographer? Register here!

Social Media

You can login to or register with Cheatography using your Facebook or Twitter account!

Why Join Cheatography?

Make and share cheat sheets!
Join a great community of Cheatographers and add your very own contributions.

Save your favourites!
Quick access to your most loved cheat sheets.

Fewer ads!
Members see no ads on the site.

Coming soon ...
Requests, ratings and more!

Why Join Cheatography?

Make and share cheat sheets!
Join a great community of Cheatographers and add your very own contributions.

Save your favourites!
Quick access to your most loved cheat sheets.

Fewer ads!
Members see no ads on the site.

Coming soon ...
Requests, ratings and more!

miiiCasa CSS Cheat Sheet by kvzhuang

Comments   |   Add a Comment   |   PDF Download   |   Find:

Font Cheat Sheet

Type Class Name Font Size (px) Font Size (%)
H1 x3-large 28px 215.4%
H2 x2-large 24px 182.5%
H3 x-large 19px, Bold 146.5%
H4 large 16 px, Bold 123.1%
H5 med-large 16 px 123.1%
H6 medium 15px 116%
H7 med-small 14px, Bold 108%
H8 small 14 px 108%

Button Fields

Field Descri­ption Default Value
tag The HTML tag name. button
button core, stick, form, excl­usi­ve, edit, task, table. core
type subm­it, reset, butt­on. submit (if tag is button or input)
label The label text . Label Text
class The extra class name .  
disabled Disabled or not. false
href href attribute. # (if tag is a)
target Target attribute. _self (if tag is a)(_self, _blank or some target)
title Title attribute. # (if tag is a)
tabindex Tabindex attribute.  
name The form name attribute.  
value The value attribute.  

Exclusive Button

$var = button(
array(
"­but­ton­" => "­exc­lus­ive­",
"­nam­e" => "­but­ton­-na­me",
"­val­ue" => $value,
"­hre­f" => $url ,
"­lab­el" => $lang[­"­key­"],
"­cla­ss" => "­cla­ss-­nam­e",
"­dis­abl­ed" => FALSE
)
);
Descri­ption:
For no content module, Promot­ional page

 

Form Button

$var = button(
array(
"­but­ton­" => "­cor­e",
"­nam­e" => "­but­ton­-na­me",
"­val­ue" => $value,
"­typ­e" => "­sub­mit­",
"­lab­el" => $lang[­"­key­"],
"­cla­ss" => "­cla­ss-­nam­e",
"­dis­abl­ed" => FALSE
)
);
Descri­ption :
Page­/Popup action button

Task Button

$var = button(
array(
"­but­ton­" => "­tas­k",
"­nam­e" => "­but­ton­-na­me",
"­val­ue" => $value,
"­hre­f" => $url,
"­lab­el" => $lang[­"­key­"],
"­cla­ss" => "­cla­ss-­nam­e",
"­dis­abl­ed" => FALSE,
)
);

Descri­ption :
Page main functional button

Stick Button

$var = button(
array(
"­but­ton­" => "­sti­ck",
"­nam­e" => "­but­ton­-na­me",
"­val­ue" => $value,
"­lab­el" => $lang[­"­key­"],
"­hre­f" => $url,
"­cla­ss" => "­cla­ss-­nam­e",
"­dis­abl­ed" => FALSE
)
);
Descri­ption :
Page sub functional button (Stick Viewpo­rt)

 

Table Button

$var = button(
array(
"­but­ton­" => "­tab­le",
"­hre­f" => $url,
"­nam­e" => "­but­ton­-na­me",
"­val­ue" => $value,
"­lab­el" => $lang[­"­key­"],
"­cla­ss" => "­lab­el-­nam­e",
"­dis­abl­ed" => FALSE
)
);
Descri­ption :
Page sub sub functional button

Core Button

$var = button(
array(
"­but­ton­" => "­cor­e",
"­nam­e" => "­but­ton­-na­me",
"­tar­get­" => "­_bl­ank­",
"­hre­f" => $url,
"­lab­el" => $lang[­"­lab­el-­nam­e"],
"­cla­ss" => "­cla­ss-­nam­e",
"­dis­abl­ed" => FALSE
)
);
Descri­ption :
For user badge

Edit Button

It seems no longer used.

Descri­ption :
Edit button

Favourited by 3 Members:

kvzhuang miiicasa webdevo

Comments

No comments yet. Add yours below!

Add a Comment

Comment:

Contents

Style Cheat Sheet

Column Content Comments Author Updated
- miiiCasa CSS Cheat Sheet kvzhuang 27 Aug 12
1 Font Cheat Sheet 0 kvzhuang 16 Aug 12
Button Fields 0 kvzhuang 27 Aug 12
Exclusive Button 0 kvzhuang 27 Aug 12
2 Form Button 0 kvzhuang 27 Aug 12
Task Button 0 kvzhuang 27 Aug 12
Stick Button 0 kvzhuang 27 Aug 12
3 Table Button 0 kvzhuang 27 Aug 12
Core Button 0 kvzhuang 27 Aug 12
Edit Button 0 kvzhuang 27 Aug 12