Elxis CMS Forum

Support => General => Topic started by: Romero on August 11, 2010, 12:04:18

Title: curves headlines
Post by: Romero on August 11, 2010, 12:04:18
recommend you the correct conclusion headlines. before it was normal so was after an upgrade to the latest version elxis. update via a patch. as an error only in philoxenia template.
(http://s07.radikal.ru/i180/1008/f7/8c65c6e00746.jpg) (http://s05.radikal.ru/i178/1008/75/f74881245b2f.jpg)
Title: Re: curves headlines
Post by: Ivan Trebješanin on August 11, 2010, 12:17:45
It's not a big deal, just CSS... We should see it live to tell you what exactly to do.
Title: Re: curves headlines
Post by: Romero on August 11, 2010, 12:45:38
Here's the code does not fit all.
Code: [Select]
/* global links */
a, a:visited, a:link, a:active {
color: #317fd9;
text-decoration: underline;
}
a:hover {
color: #000000;
text-decoration: underline;
}

/* input, select, textarea */
.inputbox, .text_area, .selectbox {
background-color: #FFFFFF;
border: 1px solid #5098eb;
padding: 1px 2px;
margin: 1px;
color: #444;
font-size: 12px;
font-family: tahoma, verdana, sans-serif;
}

/* button */
.button {
background: #96cbfd url(../images/buttonback.png) top left repeat-x;
border: 1px solid #5098eb;
color: #FFF;
font-weight: normal;
padding: 1px 2px;
margin: 1px;
font-weight: bold;
font-size: 12px;
font-family: tahoma, verdana, sans-serif;
}
.button:hover {
cursor: pointer;
background: #488bd8 url(../images/buttonback_h.png) top left repeat-x;
}

/* back button */
div.back_button {
background: transparent url(../images/backbg.png) 0 0 no-repeat;
padding: 0;
margin: 15px 0 15px 15px;
height: 22px;
}
div.back_button a, div.back_button a:active, div.back_button a:visited, div.back_button a:hover {
padding: 0;
margin: 0;
text-decoration: none;
font-size: 12px;
line-height: 15px;
font-family:tahoma, verdana, arial;
font-weight:normal;
color:#FFF;
border: none;
text-decoration: none;
position: relative;
top: 3px;
left: 18px;
display: inline-block;

}
div.back_button a:hover { color: #000; }

/* system message (mosmsg) */
div.message {
clear: both;
font-weight: normal;
font-size: 13px;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
color: #7b871a;
background: #f3f8c5 url(../images/info32.png) 0 50% no-repeat;
min-height: 32px;
margin: 0 0 15px 0;
padding: 5px 5px 5px 37px;
border: 1px solid #d1de62;
}

/* pathway */
span.pathway {
display: block;
margin: 0 0 10px 0;
padding: 0;
line-height: 16px;
font-size: 11px;
color: #777;
}
a.pathway, a.pathway:visited, a.pathway:hover, a.pathway:active {
background: url(../images/indent1.png) 100% 50% no-repeat;
font-weight: bold;
color: #1a6fb7;
text-decoration: none;
font-size: 11px;
padding: 0 12px 0 0;
margin: 0;
}
a.pathway:hover { color: #ff340b; }
span.pathway img { display:none; }

/* small text */
.small { font-family: tahoma, verdana, arial; font-size: 11px; color: #444; }

/***************************************************/
/* CONTENT */

/* headers */
h1.contentheading, h1.componentheading {
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-size: 22px; font-weight: bold; color: #3d4867; padding: 0; margin: 5px 0 8px 0;
line-height: 25px;
}
h2.contentheading {
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-size: 19px; font-weight: bold; color: #5d647b; padding: 0; margin: 4px 0 7px 0;
line-height: 22px;
}
h3.contentheading {
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-size: 16px; font-weight: bold; color: #666; padding: 0; margin: 3px 0 6px 0;
line-height: 19px;
}

/* email, print, rtf, pdf buttons */
div.buttonheading {
margin: -26px 5px 7px 0;
}

/* .item_sectioncategory {} */
div.item_sectioncategory a { text-decoration: none; }

/* item's author, creation and last modification dates and related links */
div.item_sectioncategory, div.item_author, div.item_createdate, div.item_modifydate, div.item_hits, div.item_comments {
background: none;
padding: 0;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
color: #666;
font-style: normal;
font-size: 12px;
line-height: 15px;
}
div.item_sectioncategory {
font-size: 13px;
}
div.item_modifydate {
background: transparent url(../images/calendar.png) top left no-repeat;
padding: 0 0 0 18px;
line-height: 16px;
margin: 10px 0 20px 0;
color: #777;
}
div.item_related { margin: 20px 0 20px 0; color: #444; }
div.item_related a {
font-family: tahoma,verdana,arial,sans-serif;
font-size: 12px;
line-height:  16px;
padding: 0 0 0 18px;
background: transparent url(../images/cursor.png) 0 50% no-repeat;
text-decoration: none;
}

/* section, category table view wrapper */
div.contentpane { text-align:justify; }

/* section category description */
.contentdescription { float: left; margin-bottom: 10px; }
.contentdescription img { margin: 4px; }

/* section, category contents (table view) */
div.tcs { margin-bottom: 10px; }
div.tcs ul { margin: 0; padding: 10px 0; }
div.tcs ul.table { margin: 0; padding: 0; }

ul.table li { list-style-type: none; }
ul.table li.row0, ul.table li.sectiontableentry1 { background: none; }
ul.table li.row1, ul.table li.sectiontableentry2 { background: none; }

ul.table li.sectiontableentry1 a, ul.table li.sectiontableentry1 a:link, ul.table li.sectiontableentry1 a:visited,
ul.table li.sectiontableentry1 a:hover, ul.table li.sectiontableentry2 a, ul.table li.sectiontableentry2 a:link,
ul.table li.sectiontableentry2 a:visited, ul.table li.sectiontableentry2 a:hover {
background: transparent url(../images/shortcut.png) 0 50% no-repeat;
padding: 0 0 0 18px;
color: #194ba6;
font-weight: bold;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-size: 13px;
line-height: 16px;
text-decoration:none;
}
ul.table li.sectiontableentry1 a:hover, ul.table li.sectiontableentry2 a:hover { color: #ff320a; }

/* content navigation footer */
div.sectiontablefooter {
border: 1px dashed #CCCCCC;
margin: 15px 0 20px 0;
}