Typography update to input and anchors on div.entry-content and
div.notice-options
This commit is contained in:
parent
f28f1108a9
commit
6cc3f78cf3
|
@ -42,6 +42,8 @@ font-weight:bold;
|
||||||
font-size:1.6em;
|
font-size:1.6em;
|
||||||
text-transform:uppercase;
|
text-transform:uppercase;
|
||||||
}
|
}
|
||||||
|
form {
|
||||||
|
}
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
padding:4px;
|
padding:4px;
|
||||||
font-family:sans-serif;
|
font-family:sans-serif;
|
||||||
|
@ -714,12 +716,15 @@ clear:left;
|
||||||
float:left;
|
float:left;
|
||||||
width:48%;
|
width:48%;
|
||||||
}
|
}
|
||||||
.notice div.entry-content,
|
.notice div.entry-content a,
|
||||||
.notice .notice-options a,
|
.notice .notice-options a,
|
||||||
.notice .notice-options input {
|
.notice .notice-options input {
|
||||||
font-size:0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
|
.notice .notice-options a,
|
||||||
|
.notice .notice-options input {
|
||||||
|
float:left;
|
||||||
|
}
|
||||||
|
|
||||||
#laconicat .notice div.entry-content {
|
#laconicat .notice div.entry-content {
|
||||||
/*margin-left:0;*/
|
/*margin-left:0;*/
|
||||||
|
@ -734,17 +739,16 @@ display:inline;
|
||||||
.notice div.entry-content .response dt {
|
.notice div.entry-content .response dt {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
.notice div.entry-content .timestamp {
|
.notice div.entry-content .timestamp a {
|
||||||
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content .device dt {
|
.notice div.entry-content .device dt {
|
||||||
text-transform:lowercase;
|
text-transform:lowercase;
|
||||||
}
|
}
|
||||||
.notice div.entry-content a {
|
.notice div.entry-content a {
|
||||||
text-decoration:none;
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content a:hover {
|
.notice div.entry-content a:hover {
|
||||||
text-decoration:underline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -765,20 +769,17 @@ display:block;
|
||||||
outline:none;
|
outline:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.notice-options {
|
.notice-options {
|
||||||
margin-left:2%;
|
padding-left:2%;
|
||||||
float:left;
|
float:left;
|
||||||
|
width:50%;
|
||||||
}
|
}
|
||||||
.notice-options .notice_reply,
|
.notice-options .notice_reply,
|
||||||
.notice-options .notice_delete ,
|
|
||||||
.notice-options .notice_favorite {
|
.notice-options .notice_favorite {
|
||||||
float:left;
|
float:left;
|
||||||
margin-right:11px;
|
margin-right:11px;
|
||||||
}
|
}
|
||||||
.notice-options .notice_reply {
|
.notice-options .notice_reply {
|
||||||
margin-top:1px;
|
|
||||||
}
|
}
|
||||||
.notice-options .notice_reply dt {
|
.notice-options .notice_reply dt {
|
||||||
display:none;
|
display:none;
|
||||||
|
@ -788,15 +789,19 @@ display:none;
|
||||||
display:block;
|
display:block;
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .notice_reply a,
|
.notice-options .notice_reply a,
|
||||||
.notice-options .notice_delete a {
|
.notice-options .notice_delete a {
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
padding-left:20px;
|
padding-left:20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.notice-options .notice_delete {
|
||||||
|
float:right;
|
||||||
|
}
|
||||||
|
|
||||||
.notice-options form input.submit {
|
.notice-options form input.submit {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
padding:0 0 0 17px;
|
padding:2px 0 2px 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice-options .notice_delete dt,
|
.notice-options .notice_delete dt,
|
||||||
|
@ -809,10 +814,6 @@ border:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.notice-options .notice_delete {
|
|
||||||
margin-left:3em;
|
|
||||||
}
|
|
||||||
/*END: NOTICES */
|
/*END: NOTICES */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,28 +1,17 @@
|
||||||
/* theme: identica */
|
/* theme: identica */
|
||||||
html {
|
html {
|
||||||
background-color:#ddd;
|
background-color:#ddd;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
font-family: sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-size:1em;
|
||||||
font-size:1em;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
input, textarea, select, option {
|
input, textarea, select, option {
|
||||||
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
|
||||||
}
|
}
|
||||||
input:focus, textarea:focus, select:focus {
|
input:focus, textarea:focus, select:focus {
|
||||||
border-color:#B2D0DD;
|
border-color:#B2D0DD;
|
||||||
}
|
}
|
||||||
form span.required { color:#f00; }
|
|
||||||
form .error {
|
|
||||||
background-color:#f00;
|
|
||||||
color:#fff;
|
|
||||||
}
|
|
||||||
form .error_message {
|
|
||||||
color:#EC008C;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color:#002E6E;
|
color:#002E6E;
|
||||||
}
|
}
|
||||||
|
@ -76,13 +65,6 @@ background-color:rgba(255, 255, 255, 0.2);
|
||||||
background-color:rgba(255, 255, 255, 0.7);:
|
background-color:rgba(255, 255, 255, 0.7);:
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
#site_nav_global_primary .current a {
|
|
||||||
font-weight:bold;
|
|
||||||
border-color:#ccc;
|
|
||||||
border-style:solid;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
#content,
|
#content,
|
||||||
#site_nav_local_views .current a {
|
#site_nav_local_views .current a {
|
||||||
|
@ -154,7 +136,7 @@ color:#555;
|
||||||
|
|
||||||
/* NOTICES */
|
/* NOTICES */
|
||||||
.notice div.entry-content a {
|
.notice div.entry-content a {
|
||||||
color:#333;
|
|
||||||
}
|
}
|
||||||
.notice div.entry-content a:hover {
|
.notice div.entry-content a:hover {
|
||||||
}
|
}
|
||||||
|
@ -201,7 +183,16 @@ background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0
|
||||||
div.entry-content,
|
div.entry-content,
|
||||||
div.notice-options {
|
div.notice-options {
|
||||||
opacity:0.2;
|
opacity:0.2;
|
||||||
color:#333;
|
font-family:sans-serif;
|
||||||
|
}
|
||||||
|
div.entry-content a,
|
||||||
|
div.notice-options a,
|
||||||
|
div.notice-options input {
|
||||||
|
font-family:sans-serif;
|
||||||
|
}
|
||||||
|
div.notice-options input {
|
||||||
|
color:#002E6E;
|
||||||
|
|
||||||
}
|
}
|
||||||
.notices li.hover {
|
.notices li.hover {
|
||||||
background-color:#fcfcfc;
|
background-color:#fcfcfc;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user