/* Alternative 1: text */

body {
    background: #e0e8e8 url(http://boycottnovell.com/wp-content/themes/ocadia/images/head.png) repeat-x;
}

div.irclog {
    font-family: monospace;
    text-indent: -7em;
    padding-left: 7em;
}

div.irclog p { margin: 2px 0; }

/* Alternative 2: table */

table.irclog {
    width: 100%;
}

th.nick {
  color: #ffffff;
#  padding: 5px 10px;
  padding: 0.25em 0.5em;
#  box-shadow: -4px 4px 4px #c1c1c1;
  box-shadow: -0.2em 0.2em 0.2em #c1c1c1;
  font-size: 105%;
  font-variant: small-caps;
  text-align: center;
#  text-shadow: #000 2px 2px 3px;
  text-shadow: #000 0.1em 0.1em 0.2em;
}

td.text {
  width: 100%;
  box-shadow: 0px 4px 4px #ccc;
  background: #ccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f6f8 0%, #e8e1e7 50%, #e5e6e0 51%, #e0eff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#e8e1e7), color-stop(51%,#e5e6e0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f6f8 0%,#e8e1e7 50%,#e5e6e0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f6f8 0%,#e8e1e7 50%,#e5e6e0 51%,#e0eff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f6f8 0%,#e8e1e7 50%,#e5e6e0 51%,#e0eff9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f6f8 0%,#e8e1e7 50%,#e5e6e0 51%,#e0eff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
  padding-left: 0.5em;
}

td.action {
    background: #eeeeee;
}

/* Common rules */

h1 {
  font-variant: small-caps;
  text-shadow: #000 1px 1px 3px;
  color: #134d73;
  margin: 0.5em 0;
}

a:link {
  color: #869ABF;
}

a:visited {
  color: purple;
}

a:active, a:hover {
  color: #B22222;
}

a[href^="http:"] {
  background: url(/images/remote.gif) right center no-repeat;
  padding-right: 15px;
}

a[href^="http:"]:hover {
  background: url(/images/remote_a.gif) right center no-repeat;
}

a[href^="https:"] {
  background: url(/images/remote.gif) right center no-repeat;
  padding-right: 15px;
}

a[href^="https:"]:hover {
  background: url(/images/remote_a.gif) right center no-repeat;
}

a[href^="http://www.tuxmachines.org"] {
  background: url(/images/tux-button.png) right center no-repeat;
  padding-right: 35px;
  color: #555\;
  font-weight: bold;
}

a[href^="http://www.tuxmachines.org"]:hover {
  background: url(/images/tux-button.png) right center no-repeat;
  padding-right: 35px;
  color: #000;
}

a[href^="https://pleroma.site"] {
  background: #ddd;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  padding-right: 0px;
}

a[href^="https://pleroma.site"]::before {
  content:    "Backup of post at ";
  font-weight: bold; 
  text-shadow: #bbb 1px 1px 2px;
}

/* ...but not to absolute links in this domain... */

a[href^="http://techrights.org"] {
  background: transparent;
  padding-right: 0px;
}

a[href^="http://techrights.org"]:hover {
  background: transparent;
}

.navigation {
  margin: 1em 0em;
}

.navigation a, .navigation span {
    margin-right: 1em;
}

a.time, a.time:visited {
  white-space: nowrap;
  font-variant: small-caps;
  text-decoration: none;
  color: #8888cc;
}

a.time:active, a.time:hover {
    text-decoration: none;
    color: #9999dd;
}
a.time {
# padding: 0px 150px 0px 0px;  
# border-top: 1px dotted  #c1c1c1;
  padding: 0 10em 0 0;
  border-top: thin dotted #c1c1c1;
}

a.time:after { content: " ⏰"; }
a.time:before { content: "📅 "; }

.nick { font-weight: bold; }

.part {
   color: #990000;
  text-align: center;  
  background: #ffeded; 
  background: -moz-linear-gradient(top,  #f2f6f8 0%, #f8efe7 50%, #f5d6d0 51%, #e0eff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#f8efe7), color-stop(51%,#f5d6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f6f8 0%,#f8efe7 50%,#f5d6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f6f8 0%,#f8efe7 50%,#f5d6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f6f8 0%,#f8efe7 50%,#f5d6d0 51%,#e0eff9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f6f8 0%,#f8efe7 50%,#f5d6d0 51%,#e0eff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */

}

.join {
  color: #009900;
  text-align: center;
  background: #edffed; 

  background: -moz-linear-gradient(top,  #f2f6f8 0%, #e8ffe7 50%, #d5f6d0 51%, #e0eff9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#e8ffe7), color-stop(51%,#d5f6d0), color-stop(100%,#e0eff9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f2f6f8 0%,#e8ffe7 50%,#d5f6d0 51%,#e0eff9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f2f6f8 0%,#e8ffe7 50%,#d5f6d0 51%,#e0eff9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f2f6f8 0%,#e8ffe7 50%,#d5f6d0 51%,#e0eff9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f2f6f8 0%,#e8ffe7 50%,#d5f6d0 51%,#e0eff9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}

.servermsg { color: #009900; }
.nickchange { color: #009900; }
.action { color: #cc00cc; }
.other { color: #888888;  text-align: right;  font-style: italic;}

/* Make boring messages small */
.part, .join, .servermsg, .nickchange { font-size: x-small; }
td.part + td, td.join + td, td.servermsg + td, td.nickchange + td,
td.other + td {  
/* text-align: right; */
#   padding: 5px 10px;
    padding: 0.1em 0.2em;
}

div.generatedby {
  margin-top: 1em;
  font-size: small;
  color: #888888;
} 

div.generatedby a:link {
  color: #8888cc;
  text-decoration: none;
  border-bottom: 1px dotted #8888cc;
}

div.generatedby a:visited {
  color: #cc88cc;
  text-decoration: none;
  border-bottom: 1px dotted #cc88cc;
}

div.generatedby a:active,
div.generatedby a:hover {
  color: #ff8888;
  text-decoration: none;
  border-bottom: 1px dotted #ff8888;
}
