[svn r14810] Minor - file attachment comment's css for blog and forum tool

skala
Julio Montoya 17 years ago
parent 62074f5609
commit b1e63e2872
  1. 15
      main/css/academica/default.css
  2. 12
      main/css/baby/default.css
  3. 15
      main/css/corporativa/default.css
  4. 14
      main/css/default/default.css
  5. 12
      main/css/dokeosgrey/default.css

@ -1200,6 +1200,14 @@ body:last-child:not(:root:root) .blog_title {
text-align: center;
}
.attachment_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
==============================================================================
TRACKING
@ -1230,6 +1238,13 @@ a.specialLink:hover,a.specialLink:focus {
background: transparent url('images/line.jpg') repeat-x bottom center;
}
.forum_attach_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
------------------------------------------------------------------------------
POST

@ -573,6 +573,12 @@ td .menu {
margin: 0 .2em;
}
.forum_attach_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
==============================================================================
FORM STYLES
@ -1150,6 +1156,12 @@ body:last-child:not(:root:root) .blog_subtitle {
text-align: center;
}
.attachment_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
==============================================================================
TRACKING

@ -1114,6 +1114,13 @@ body:last-child:not(:root:root) .blog_title {
text-align: center;
}
.attachment_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
==============================================================================
TRACKING
@ -1144,6 +1151,14 @@ a.specialLink:hover,a.specialLink:focus {
background: transparent url('images/line.jpg') repeat-x bottom center;
}
.forum_attach_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
------------------------------------------------------------------------------
POST

@ -1515,6 +1515,12 @@ tr.forum_category_header a {
background-color: #EFEFEF;
}
.forum_attach_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
------------------------------------------------------------------------------
THREAD
@ -1774,6 +1780,14 @@ div.comments {
text-decoration: none;
}
.attachment_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/*
==============================================================================

@ -1043,6 +1043,12 @@ a.forum_group_link {
font-family:Arial,sans,sans-serif;
}
.forum_attach_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
/* **** BLOG **** */
span.blog_title {
@ -1168,6 +1174,12 @@ div.comments {
background-color: #F4F4F4;
}
.attachment_comment {
color: #737780;
font-style: italic ;
font-weight: normal;
}
.link {text-decoration: none; font-weight : bold; color : #1657A9; cursor: pointer}
.link:hover {text-decoration: none; color: #abd9f1; font-weight: bold; cursor: pointer}

Loading…
Cancel
Save