1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 17:23:33 +01:00
krtmn/user/css/krtmn.css

108 lines
1.3 KiB
CSS
Raw Normal View History

2012-02-27 12:49:54 +01:00
2016-04-29 23:53:42 +02:00
@import '_h5bp.css';
@import '_scaffolding.css';
@import '_buttons.css';
@import '_forms.css';
@import '_tables.css';
@import '_menu.css';
2012-02-27 08:38:26 +01:00
2016-04-29 23:53:42 +02:00
@import '_page-login.css';
@import '_page-tools.css';
@import '_page-plugins.css';
2012-02-27 03:51:07 +01:00
2016-04-26 23:48:39 +02:00
/*
2012-02-27 08:38:26 +01:00
2016-04-26 23:48:39 +02:00
START STYLING
2012-02-27 11:31:30 +01:00
2016-04-26 23:48:39 +02:00
*/
2012-02-27 11:31:30 +01:00
2012-02-27 03:51:07 +01:00
#new_url_form {
2016-04-26 23:48:39 +02:00
padding: 3rem 0;
margin: 3rem 0;
2016-04-29 23:53:42 +02:00
text-align: center;
2012-02-27 10:41:41 +01:00
}
2016-04-26 23:48:39 +02:00
#add-url,
#add-keyword,
#add-button {
padding: 1rem;
2016-04-29 23:53:42 +02:00
}
#add-url,
#add-keyword {
font-size: 1.5rem;
2012-02-27 10:41:41 +01:00
}
2012-02-27 03:51:07 +01:00
2016-04-26 23:48:39 +02:00
#add-url {
2016-04-29 23:53:42 +02:00
width: 100%;
2016-04-26 23:48:39 +02:00
margin-bottom: 1rem;
2016-04-29 23:53:42 +02:00
/*hide that weird : */
position: relative;
margin-top: -20px;
}
2016-04-29 23:53:42 +02:00
#add-keyword,
2016-04-26 23:48:39 +02:00
#add-button {
2016-04-29 23:53:42 +02:00
width: 100%;
2012-02-27 03:51:07 +01:00
}
2016-04-29 23:53:42 +02:00
#add-keyword {
display: block;
max-width: 10em;
margin: .5rem auto 2rem auto;
2012-02-27 03:51:07 +01:00
}
2016-04-29 23:53:42 +02:00
#add-button {
padding: 1rem 2rem;
font-size: 1.2rem;
2012-03-10 00:23:34 +01:00
}
2016-04-29 23:53:42 +02:00
#new_url_form strong:first-child { display: none; }
2012-02-27 11:24:41 +01:00
2016-04-29 23:53:42 +02:00
#main_table .timestamp {
2016-04-26 23:48:39 +02:00
font-size: .8rem;
vertical-align: middle;
color: #80939b;
2012-02-27 11:10:09 +01:00
}
2016-04-29 23:53:42 +02:00
#main_table_head_ip,
#main_table .ip {
display: none;
}
2016-04-26 23:48:39 +02:00
#main_table .clicks {
vertical-align: middle;
text-align: right;
2016-04-29 23:53:42 +02:00
font-style: italic;
font-weight: 500;
2012-03-10 00:23:34 +01:00
}
2016-04-26 23:48:39 +02:00
td.url small a {
color: #80939b;
2012-02-27 11:10:09 +01:00
}
2016-04-26 23:48:39 +02:00
#shareboxes {
margin-bottom: 3rem;
2012-02-27 11:10:09 +01:00
}
2016-04-29 23:53:42 +02:00
#footer p {
font-size: .8rem;
color: #b4bfc4;
}
#footer p a {
background-color: transparent;
}
#filter_form {
}
#pagination {
}