mirror of
https://github.com/kremalicious/krtmn.git
synced 2024-12-22 09:13:25 +01:00
action icons, iconsweets sets
This commit is contained in:
parent
de43cbecc5
commit
7d2fe8ad26
@ -16,7 +16,7 @@ $items = yourls_api_stats( 'last', 1 );
|
|||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
|
|
||||||
<link rel="stylesheet" href="user/css/h5bp.css">
|
<link rel="stylesheet" href="user/css/h5bp.css">
|
||||||
<link href='http://fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
<link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
|
||||||
<link rel="stylesheet" href="user/css/krtmn.css">
|
<link rel="stylesheet" href="user/css/krtmn.css">
|
||||||
|
|
||||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png">
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/apple-touch-icon-114x114-precomposed.png">
|
||||||
@ -28,7 +28,7 @@ $items = yourls_api_stats( 'last', 1 );
|
|||||||
<body id="public">
|
<body id="public">
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<h1><a href="/admin">krt.mn</a></h1>
|
<h1 class="icon link"><a href="/admin">krt.mn</a></h1>
|
||||||
</header>
|
</header>
|
||||||
<article role="main">
|
<article role="main">
|
||||||
<?php foreach( $items['links'] as $item ) { ?>
|
<?php foreach( $items['links'] as $item ) { ?>
|
||||||
|
@ -68,12 +68,90 @@ a:hover {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-selection { background: #000; color: #fff; }
|
||||||
|
::selection { background: #000; color: #fff }
|
||||||
|
|
||||||
|
/* ============================================================== */
|
||||||
|
/* Icons */
|
||||||
|
/* ============================================================== */
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'iconSweetsRegular';
|
||||||
|
src: url('../fonts/iconsweets-webfont.eot');
|
||||||
|
src: url('../fonts/iconsweets-webfont.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('../fonts/iconsweets-webfont.woff') format('woff'),
|
||||||
|
url('../fonts/iconsweets-webfont.ttf') format('truetype'),
|
||||||
|
url('../fonts/iconsweets-webfont.svg#iconSweetsRegular') format('svg');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon:before,
|
||||||
|
td.actions .button:before {
|
||||||
|
font-family: 'iconSweetsRegular';
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon.link:before {
|
||||||
|
content: "Q";
|
||||||
|
}
|
||||||
|
|
||||||
|
#public h1.icon.link:before {
|
||||||
|
display: block;
|
||||||
|
font-size: .8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Action Icons */
|
||||||
|
|
||||||
|
table.tblSorter tbody td.actions {
|
||||||
|
padding-top: .6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button {
|
||||||
|
overflow: hidden;
|
||||||
|
color: #191e1f;
|
||||||
|
font-size: 16px;
|
||||||
|
background: none;
|
||||||
|
text-indent: 0;
|
||||||
|
height: 32px;
|
||||||
|
width: 32px;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button:before {
|
||||||
|
margin-right: 1em;
|
||||||
|
margin-left: .2em;
|
||||||
|
font-size: 1.5em;
|
||||||
|
text-shadow: 0 1px 0 rgba(255,255,255,.2);
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button:hover:before {
|
||||||
|
color: #28cbc3;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button_stats:before {
|
||||||
|
content: "*";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button_share:before {
|
||||||
|
content: "w";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button_edit:before {
|
||||||
|
content: "8";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button_delete:before {
|
||||||
|
content: "X";
|
||||||
|
}
|
||||||
|
|
||||||
|
td.actions .button_delete:hover:before {
|
||||||
|
color: #4e1b1c;
|
||||||
|
}
|
||||||
|
|
||||||
#wrap > h1:first-child {
|
#wrap > h1:first-child {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection { background: #000; color: #fff; }
|
|
||||||
::selection { background: #000; color: #fff }
|
|
||||||
|
|
||||||
/* ============================================================== */
|
/* ============================================================== */
|
||||||
/* Forms & Inputs */
|
/* Forms & Inputs */
|
||||||
@ -444,7 +522,8 @@ ul.toggle_display {
|
|||||||
a,
|
a,
|
||||||
input,
|
input,
|
||||||
td,
|
td,
|
||||||
#public footer {
|
#public footer,
|
||||||
|
td.actions .button:before {
|
||||||
-webkit-transition: all .2s ease-in-out;
|
-webkit-transition: all .2s ease-in-out;
|
||||||
-moz-transition: all .2s ease-in-out;
|
-moz-transition: all .2s ease-in-out;
|
||||||
-o-transition: all .2s ease-in-out;
|
-o-transition: all .2s ease-in-out;
|
||||||
@ -527,6 +606,7 @@ body#public {
|
|||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#public article,
|
#public article,
|
||||||
@ -683,4 +763,8 @@ body#public {
|
|||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.tblSorter tbody td.actions {
|
||||||
|
margin-top: 1em !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user