<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SlackwareLinux.Se CSS
-------------------------------------------------- */
html {
    /* Old fix for page shifting when scrollbar shows*/
    /*overflow-y: scroll;*/
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*font-size: 100%; */
    background-color: #000000;
/*    color: #ffffff; */
    font-size: 10px;
}
.page {
    /*Fix for page shifting when scrollbar shows*/
    margin-left: calc(100vw - 100%);
    margin-right: 0;
}
.bgframe {
    /* top, right, bottom, left */
    margin: 10px 0px 0px 0px;
    padding: 10px;
    background-color: #090909;
    border: 1px solid #454545;
    border-radius: 10px;
}

/* Header CSS */
.top_header {
    background: linear-gradient(#050505, #002000);
    border-radius: 7px;
    /* top, right, bottom, left */
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
}

/* Top logo*/
.logo {
    height: 58px;
    width: 290px;
}
div.top-panel-banner {
    background: linear-gradient(#1e2916, #00b000, #004000, #090909);
    height: 17px;
    width: 100%;
}
div.top-panel-banner span {
    float:right;
    padding: 0px 5px 0px 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.1em;
    color: #e6e6e6;
}

/* Nav-pills Custom CSS for bootstrap */
/* Nav change the background color */
.nav-pills, .nav-custom {
/*    background: linear-gradient(#000000, #090909);
    border: none; */
}
.nav-pills li {
    display: inline !important;
    /* top, right, bottom, left */
    margin: 3px 3px 0px 0px;
}
/* Nav-pills text */
.nav-pills .nav-link {
    color: #da8301;
    background: linear-gradient(#002d00, #000400);
    border: 1px solid #0c4b0c;
    border-radius: 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
/* Nav-pills link on mouseover and on click */
.nav-pills a:hover, 
.nav-pills a:focus {
    color: #ff9900;
    background: linear-gradient(#1e1e1e, #030303);
    border: 1px solid #909090;
    border-radius: 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:none;
}
/* Nav-pills link active*/
.nav-pills .active {
    color: #ff9900 !important;
    background: linear-gradient(#1e1e1e, #030303);
    border: 1px solid #909090;
    border-radius: 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
/* Nav dropdown */
.nav-pills .show a {
    /*
    Bootstrap 4-beta2 sÃ¥ har man 
    tydligen gjort nÃ¥gon fÃ¶rÃ¤ndring
    pÃ¥ dropdown vid klick (.show?)
    */
    color: #ff9900 !important;
}
.dropdown-menu {
    color: #da8301 !important;
    background: #101010;
    border: 1px solid #0c4b0c;
}
.dropdown-menu a {
    color: #da8301;
    font-weight: bold;
    border-radius: 0px;
    border: none;
    background: #101010;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 0.8em;
}
.dropdown-menu a:hover, 
.dropdown-menu a:focus {
    color: #ff9900 !important;
    background: #1e1e1e;
    border-radius: 0px;
    border: none;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 0.8em;
}
.dropdown-menu .active {
    color: #ff9900;
    background: #030303;
    border-radius: 0px;
    border: none;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 0.8em;
}
.dropdown-divider {
    border: 1px solid #0c4b0c;
}
.signinform-margin {
    /* top, right, bottom, left */
    margin: 0px 5px 2px 5px;
}
.m_spacer_top {
    margin-top: 20px;
}

/* Menu Searchbox */
.search_content {
    border: 1px solid #0c4b0c !important;
    height: 37px;
    width: 150px;
    /* top, right, bottom, left */
    margin: 0px 0px 0px 3px;
}
.search_content:focus {
    /*
    Bootstrap 4-beta2 sÃ¥ har man 
    tydligen lagt till en box-shadow
    vid klick (focus)
    */
    box-shadow: none !important;
    border: 1px solid #909090 !important;
    /*border:none !important;*/
}
/* CSS Search menu */
/* Redone New 171026 */
.selSearch {
    background: linear-gradient(#002d00, #000400);
    border: 1px solid #0c4b0c;
    border-radius: 5px;
    height: 37px;
    width: 100px;
    color: #da8301;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.selSearch:hover, 
.selSearch:focus {
    color: #ff9900;
    background: linear-gradient(#1e1e1e, #030303);
    border: 1px solid #909090;
    border-radius: 5px;
    height: 37px;
    color: #ff9900;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    /*
    Bootstrap 4-beta2 sÃ¥ har man 
    tydligen lagt till en box-shadow
    vid klick (focus)
    */
    box-shadow: none;
}
.selSearch option {
    color: #ff9900;
    background: #101010;
    border: 1px solid #0c4b0c;
    border-radius: 5px;
}
.searchDrop {
    position: relative;
    display: inline-block;
}
.searchDrop:hover .txtSearchRes {
    display: block;
}
.txtSearchRes {
    display: none;
    position: absolute;
    background: #101010;
    border: 1px solid #0c4b0c;
    min-width: 100%;
    padding: 12px 5px;
    z-index: 1;
    color: #da8301;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
.txtSearchRes a {
    color: #da8301;
    font-weight: bold;
    border-radius: 0px;
    border: none;
    background: #101010;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 0.8em;
}
.txtSearchRes a:hover,
.txtSearchRes a:focus {
    color: #da8301;
    background: #1e1e1e;
    border-radius: 0px;
    border: none;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 0.8em;
}

/* Box Frames */
.box_header {
    background: linear-gradient(#003400, #004100);
    border-left: 1px solid #004100;
    border-top-left-radius: 7px;
    border-top: 1px solid #004100;
    border-top-right-radius: 7px;
    padding-left: 10px;
    /* top, right, bottom, left */
    margin: 10px 0px 0px 0px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration:  none;
    color: #e0e0e0;
}
.box_frame {
    border-top: 0px solid #004100;
    border-bottom: 10px solid #009800;
    background-image: 
        linear-gradient(#004100, #009800),
        linear-gradient(#004100, #009800)
    ;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    /* top, right, bottom, left */
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.text_box {
    background-color: #000000;
    /* top, right, bottom, left */
    margin: 0px 5px -4px 5px;
    padding: 0px 5px 5px 5px;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.2em;
    color: #e0e0e0;
}
.text_box p {
    color: #e0e0e0;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size:  1.3em;
    font-weight: bold;
}
.text_content {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.0em;
    font-weight: normal;
 /*   color: #fff; */
}
.text_content p {
    text-align: left;
    font-size: 1.0em;
    /*color: #fff;*/
}
/* testing */
.text_content pre {
  color: #e0e0e0;
  font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
  font-size: 1.0em;
  font-weight: bold;
} /* */
.text_user {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.3em;
    color: #e0e0e0;
}
.cust_text_header {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    color: #e0e0e0;
}
.cust_text {
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-weight: normal;
    color: #ffffff;
}

/* Kernel header linebreak */
.kernel_header_line {
    height: 1px;
    background-image: linear-gradient(to right, #000000, #009800, #000000);
}

/* Pagination Custom CSS for bootstrap */
.pagination ul {
    padding: 0 !important;
    margin: 0 !important;
}
.pagination li {
    display: inline-flex !important;
}
.pagination li a.page-link {
    color: #da8301;
    background-color: #002402;
    border: 1px solid #003400;
    /*
    Minime, 220813
    FÃ¶rÃ¤ndring i bootstrap 5.2.0?
    Pagineringen blev hel skumm?
    Font stoleken Ã¤ndra nyligen nÃ¥gonstans
    som mÃ¶jligen pÃ¥ vekrat det?
    --------------------------------------
    LÃ¶sning (Vi hade tydligen missat)
    att lÃ¤gga font-size &amp; padding hÃ¤r
    istÃ¤llet fÃ¶r i :hover &amp; focus tidigare.
    */
    padding: 4px 8px 4px 8px;
    font-size: 1.4em;
}
/* Pagination link on mouseover and on click */
.pagination li a.page-link:hover,
.pagination li a.page-link:focus {
    background: #008000;
    border: 1px solid #003400;
    text-decoration: none;
    /*
    Bootstrap 4-beta2 sÃ¥ har man 
    tydligen lagt till en box-shadow
    vid klick (focus)
    */
    box-shadow: none;
    color: #000000;
}
/* Pagination link active */
.pagination li.active a.page-link {
    background: #008000 !important;
    border: 1px solid #003400 !important;
    color: #000000 !important;
}
/* Pagination link disabled */
.pagination li.disabled a.page-link {
    background-color: #002402 !important;
    border: 1px solid #003400 !important;
    color: #da8301 !important;
}
.text-muted {
    color: #ffffff;
}

/* Footer */
.footer {
/*    position: absolute; */
/* test */
/*    margin: 0px 0px 0px 10px; */
/*    padding: 10px; */
/* end test */
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 50px; /* Vertically center the text there */
    background: linear-gradient(#090909, #009800);
    background-repeat: no-repeat;
    border: 0px;
    border-radius: 7px;
    color: #e0e0e0;
    /* background-color: #f5f5f5; */

   /*  background-color: #009800; */

}

/* Global link and link footer settings*/
.footer_link, a:hover {
    text-decoration: underline;
    color: #da8301;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.0em;
}
.footer_link, a {
    text-decoration: none;
    color: #00dd00;  
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.0em;
}

/* Page container propotions. */
/*.container {
    width: auto;
    max-width: 980px;
    padding: 0 15px;
} */

/* For articles &lt;pre class="kod"&gt; In order to make a code section/show code snippets */

.news_code {
    color: black;
    display: block;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.0em;
    white-space: pre;
    margin: 1em 0;
    background-color: #ececec;
    border-style: dotted;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 90%;
} 

.news_list {
    color: white;
    font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 1.0em;
    font-weight: bold;
}

.code {
    font-size: 1.2em;
    font-weight: bold;
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.20rem;
}

/* Fixes bootstrap v5.2.1 or v5.2.2 table padding */
.table&gt;:not(caption)&gt;*&gt;* {
	padding: 0px !important;
}
table.art_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.art_th {
    color: white;
}
.art_td {
    color: white;
}

.art_td_bold {
    font-weight:  bold;
}

.art_odd_rowbg {
    background-color:  #292a2a;
}
.art_even_rowbg {
    background-color: #100f0e;
}


/* Right menu */
.card-header2 {
    padding: .10rem 0.25rem;
    padding-top: 0.05rem;
    padding-right: 0.01rem;
    padding-bottom: 0.05rem;
    padding-left: 0.05rem;
    margin-bottom: 0;
    background-color: rgb(0, 0, 0);
    border-bottom: 1px solid
    rgba(0, 82, 0);
    border-bottom-color: rgba(0, 82, 0);
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.card_spacer_top {
    margin-top: 5px;
}

.card_box {
    background-color: rgb(0, 0, 0);
    border-top-color: rgb(0, 82, 0);
}

.card_main {
    position: relative;
    display: ms flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
      overflow-wrap: break-word;
    background-color: rgb(0, 0, 0);
    background-clip: border-box;
    border: 5px solid rgba(0, 82, 0, 1);
      border-top-color: rgba(0, 82, 0);
      border-top-style: solid;
      border-top-width: 1px;
      border-right-color: rgba(0, 82, 0, 1);
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-color: rgba(0, 82, 0, .125);
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-left-color: rgba(0, 82, 0, 1);
      border-left-style: solid;
      border-left-width: 1px;
      border-image-outset: 0;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
    border-radius: .25rem;
      border-top-left-radius: 0.75rem;
      border-top-right-radius: 0.75rem;
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
   color: #e0e0e0;
}

.card_btn_link {
    font-weight: bold;
    color: #da8301;
    text-decoration: none;
}

.card_btn_link:hover {
    font-weight: bold;
    color: #da8301;
    text-decoration: underline;
}

.card_btn_link:after {
    font-weight: bold;
    color: #da8301;
    text-decoration: underline;
}

/*
.btn-check:focus + .btn,
.btn:focus {
   box-shadow: 0 0 0 0 .25rem rgbs(253, 253, 253, .25);
}
*/
.btn {
    /* top, right, bottom, left */
    margin: 0px 0px 0px 3px;
}
.btn:active {
  border-style: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
/*  border: 1px solid #909090 !important;*/
  border: 1px solid #da8301 !important;
  color: #da8301;
}
/*.btn:after {
  color: #da8301;
  border-style: none;
} */

.img-sizer {
  height: auto;
  max-width: 12%;
  vertical-align: top;
  float: right;
}

</pre></body></html>