(1 Dec, 2013, 4:44 pm)BoCkEr escribió: alguien me puede pasar una css de alguna de importante o algo asi solo para verlo y darme una idea
/**
* Labels and notifications
*/
.label
{
font-size: 12px;
font-weight: bold;
line-height: 14px;
color: #ffffff;
white-space: nowrap;
vertical-align: baseline;
background-color: #3F3F49;
padding: 4px 6px;
border-radius: 3px;
}
.notification
{
font-size: 11px;
font-weight: bold;
text-align: center;
line-height: 14px;
color: #ffffff;
white-space: nowrap;
vertical-align: baseline;
background-color: #999999;
padding: 5px 8px 4px 8px;
border-radius: 25px;
}
.label.red,
.notification.red
{
background-color: #ff2b25;
}
.label.orange,
.notification.orange
{
background-color: #F16863;
}
.label.green,
.notification.green
{
background-color: #91bd09;
}
.label.blue,
.notification.blue
{
background-color: #2daebf;
}
.label.pink,
.notification.pink
{
background-color: #fe57a1;
}
.label.magenta,
.notification.magenta
{
background-color: #a9014b;
}
.label.yellow,
.notification.yellow
{
background-color: #ffb515;
}
.label.flat,
.notification.flat
{
border-bottom: none;
box-shadow: none;
}
<?php
.import {
background: #000;
color: #fff;
border: 1px solid #ddd;
}