Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@raamdev
Created June 5, 2014 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raamdev/45e8fca98365269f0cee to your computer and use it in GitHub Desktop.
Save raamdev/45e8fca98365269f0cee to your computer and use it in GitHub Desktop.
Custom Stylesheet for Link Library running on raamdev.com/resources/
.linktable {margin-top: 15px;}
.linktable a {text-decoration:none}
table.linklisttable {
width:100%;
border-width: 0px 0px 0px 0px;
border-spacing: 5px;
/* border-style: outset outset outset outset;
border-color: gray gray gray gray; */
border-collapse: separate;
}
table.linklisttable th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
background-color: #f4f5f3;
/* border-style: none none none none;
border-color: gray gray gray gray;
-moz-border-radius: 3px 3px 3px 3px; */
}
table.linklisttable td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
background-color: #dee1d8;
/* border-style: dotted dotted dotted dotted;
border-color: gray gray gray gray;
-moz-border-radius: 3px 3px 3px 3px; */
}
.linklistcatname{
font-family: arial;
font-size: 16px;
font-weight: bold;
border: 0;
padding-bottom: 10px;
padding-top: 10px;
}
.linklistcatnamedesc{
font-family: arial;
font-size: 12px;
font-weight: normal;
border: 0;
padding-bottom: 10px;
padding-top: 10px;
}
.linklistcolumnheader{
font-weight: bold;
}
div.rsscontent{color: #333333; font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;font-size: 11px;line-height: 1.25em;
vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-weight: normal;font-style: normal;font-variant: normal;text-transform: none;
text-decoration: none;text-align: left;text-indent: 0px;max-width:500px;}
#ll_rss_results { border-style:solid;border-width:1px;margin-left:10px;margin-top:10px;padding-top:3px;background-color:#f4f5f3;}
.rsstitle{font-weight:400;font-size:0.8em;color:#33352C;font-family:Georgia,"Times New Roman",Times,serif;}
.rsstitle a{color:#33352C}
#ll_rss_results img {
max-width: 400px; /* Adjust this value according to your content area size*/
height: auto;
}
.rsselements {float: right;}
.highlight_word {background-color: #FFFF00}
.previouspage {float:left;margin-top:10px;font-weight:bold}
.nextpage {float: right;margin-top:10px;font-weight:bold}
.resulttitle {padding-top:10px;}
.catdropdown { width: 300px; }
#llsearch {padding-top:10px;}
.lladdlink {
margin-top: 16px;
}
.lladdlink #lladdlinktitle {
font-weight: bold;
}
.lladdlink table {
margin-top: 5px;
margin-bottom: 8px;
border: 0;
border-spacing: 0;
border-collapse: collapse;
}
.lladdlink table td {
border: 0;
height: 30px;
}
.lladdlink table th {
border: 0;
text-align: left;
font-weight: normal;
width: 400px;
}
.lladdlink input[type="text"] {
width: 300px;
}
.lladdlink select {
width: 300px;
}
.llmessage {
margin: 8px;
border: 1px solid #ddd;
background-color: #ff0;
}
.pageselector {
margin-top: 20px;
text-align: center;
}
.selectedpage {
margin: 0px 4px 0px 4px;
border: 1px solid #000;
padding: 7px;
background-color: #f4f5f3;
}
.unselectedpage {
margin: 0px 4px 0px 4px;
border: 1px solid #000;
padding: 7px;
background-color: #dee1d8;
}
.previousnextactive {
margin: 0px 4px 0px 4px;
border: 1px solid #000;
padding: 7px;
background-color: #dee1d8;
}
.previousnextinactive {
margin: 0px 4px 0px 4px;
border: 1px solid #000;
padding: 7px;
background-color: #dddddd;
color: #cccccc;
}
/* Raam's settings */
#content .linklistcatname {
text-align:center;
font-weight:bold;
padding: 2px;
clear: both;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #eee;
text-transform: lowercase;
font-family: sans-serif;
line-height: 1em;
}
#content .linklist ul {
display: block;
font-size: 12px;
font-weight: normal;
list-style: none;
width: 100%;
padding: 0;
padding-bottom: 1em;
margin-top: 2px;
font-family: sans-serif;
text-transform: lowercase;
text-align: left;
margin: 0 0 1.825em 0.5em;
}
#content .linklist a {
text-decoration: none;
position: relative;
width: 100%;
display: block;
padding: 0 0 1px 0;
padding-top: 5px;
border-bottom: 1px solid #eaeaea;
/*color: blue !important;*/
color: black !important;
}
#content .linklist a:hover {
border-bottom: 1px solid #ccc;
background: #eee;
color: blue !important;
}
/*
* Style for the JavaScript Tooltips
**/
#tt {
position:absolute;
display:block;
border: 2px solid #CFB57C;
background:#FBF5E6;
padding:2px 12px 3px 7px;
margin-left:20px;
font-family: sans-serif;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment