diff options
Diffstat (limited to 'build_tools/larch7/larch0/docs/html/css/screen')
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/bark.jpg | bin | 57289 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/basemod.css | 162 | ||||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/bottom-left.png | bin | 1187 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/bottom-right.png | bin | 421 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/green-gradient200.jpg | bin | 383 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/larch150x.png | bin | 18626 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/nav_vlist.css | 74 | ||||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/top-left.png | bin | 1150 -> 0 bytes | |||
| -rw-r--r-- | build_tools/larch7/larch0/docs/html/css/screen/top-right.png | bin | 467 -> 0 bytes | 
9 files changed, 0 insertions, 236 deletions
| diff --git a/build_tools/larch7/larch0/docs/html/css/screen/bark.jpg b/build_tools/larch7/larch0/docs/html/css/screen/bark.jpgBinary files differ deleted file mode 100644 index 5d5cc5b..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/bark.jpg +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/basemod.css b/build_tools/larch7/larch0/docs/html/css/screen/basemod.css deleted file mode 100644 index 84d49d5..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/basemod.css +++ /dev/null @@ -1,162 +0,0 @@ -@charset "UTF-8";
 -/* This uses YAML's basic containers, but in a highly customized way */
 -
 -@media screen, projection
 -{
 -  /**
 -   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
 -   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
 -   *
 -   * @workaround
 -   * @affected IE8, FF, Webkit, Opera
 -   * @css-for all
 -   * @valid CSS3
 -   */
 -
 -  body { overflow-y: scroll; }
 -
 -  /*------------------------------------------------------------------------------------------------------*/
 -
 -  /**
 -   * (en) Formatting YAML's  basic layout elements
 -   * (de) Gestaltung des YAML Basis-Layouts
 -   */
 -
 -  /* (en) Marginal areas & page background */
 -  /* (de) Randbereiche & Seitenhintergrund */
 -  body {background: #c55500 url(bark.jpg) repeat fixed;}
 -
 -  /* (en) Centering layout in old IE-versions */
 -  /* (de) Zentrierung des Layouts in alten IE-versionen */
 -  body { text-align: center; }
 -  .page_margins { text-align:left; margin: 20px auto; }
 -
 -  /* (en) Layout: width, background, borders */
 -  /* (de) Layout: Breite, Hintergrund, Rahmen */
 -  .page_margins {
 -    min-width: 640px; max-width: 70em;
 -  }
 -  .page {
 -    font-size: 125%;
 -    margin: 0 20px;
 -    background: url(top-left.png) no-repeat left top;
 -  }
 -
 -  #top {
 -    height: 20px;
 -    margin-left: 200px;
 -    background: url(top-right.png) top right no-repeat;
 -  }
 -  #tm { height: 100%; margin-right: 20px; background: #abf39c; }
 -
 -  #bottom {
 -    height: 20px;
 -    background: url(bottom-right.png) bottom right no-repeat;
 -  }
 -  #bl { height: 100%; background: url(bottom-left.png) bottom left no-repeat; }
 -  #bm { height: 100%; margin-left: 200px; margin-right: 20px; background: #abf39c; }
 -
 -
 -  /* (en) Designing main layout elements */
 -  /* (de) Gestaltung der Hauptelemente des Layouts */
 -
 -  #header {
 -    padding: 0 2em 1em 50px;
 -    border-bottom: 1px #45f202 solid;
 -    margin-bottom: 20px;
 -  }
 -  #header h1 {
 -    font-size:2.5em;
 -    letter-spacing:-1px;
 -    line-height:65%;
 -    color:#c55500;
 -  }
 -
 -  #footer { padding: 10px 20px 0 20px; }
 -  #footer-content {
 -    color:#886;
 -    padding: 10px 20px;
 -    border: 1px #c55500 solid;
 -    line-height: 1.5em;
 -  }
 -  #footer a { color: #888; font-weight: bold; }
 -  #footer a:focus { color: #D087C7; text-decoration: underline; }
 -  #footer a:hover,
 -  #footer a:active { color: #4D87C7; text-decoration: underline; }
 -
 -
 -  /*------------------------------------------------------------------------------------------------------*/
 -
 -  /**
 -   * (en) Formatting content containers
 -   * (de) Formatierung der Inhalts-Container
 -   */
 -
 -  /* main column | Hauptspalte */
 -  #col1 {
 -    float: none;
 -    width: 100%;
 -    background: #abf39c url(green-gradient200.jpg) repeat-y;
 -  }
 -  #col1_content { padding: 0 20px; min-height: 400px; }
 -
 -  #col3 { width: 100%; margin: 0; }
 -  .vlist h6, .vlist .indent1 { display: inline; }
 -  .indent2 { float: right ; }
 -  .vlist { margin-top: 10px; width: 360px; }
 -  li h6 { font-weight: bold; }
 -  .indent1 { margin-left: 10px; }
 -  .level1 { font-size: 120%; }
 -  .level2 { font-size: 110%; }
 -  .rlink { font-size: 150%; color: #b04000; }
 -
 -  /*------------------------------------------------------------------------------------------------------*/
 -
 -  /**
 -   * (en) Styling of layout specific elements
 -   * (de) Gestaltung layoutabhängiger Elemente
 -   */
 -
 -  li { margin-bottom: 3px; }
 -  h4 { font-weight: bold; }
 -  table { border-top: 2px solid #c55500; border-bottom: 2px solid #c55500; margin: 15px; }
 -  tbody td, tbody th { border: 1px solid #c55500; }
 -  .empty td { padding: 1px; }
 -
 -  .topref { padding: 20px 40px; }
 -  .topref a {
 -    font-weight: bold;
 -    padding: 10px;
 -    border-top: 3px solid #45f202;
 -    border-bottom: 3px solid #45f202;
 -  }
 -  .topref a:focus { background: #45f202; text-decoration: none; }
 -  .topref a:hover,
 -  .topref a:active { background: #e08000; text-decoration: none; }
 -
 -  pre { overflow: auto; background: #a0f090; }
 -  a, a:visited { color: #c55500 }
 -  a:hover, a:active { color: #003366 }
 -
 -/**
 -  * ------------------------------------------------------------------------------------------------- #
 -  *
 -  * Skiplinks
 -  *
 -  * (en) Visual styling for skiplink navigation
 -  * (de) Visuelle Gestaltung der Skiplink-Navigation
 -  *
 -  * @section content-skiplinks
 -  */
 -
 -  #skiplinks a.skip:focus,
 -  #skiplinks a.skip:active {
 -    color: #fff;
 -    background: #333;
 -    border-bottom: 1px #000 solid;
 -    padding: 10px 0;
 -    text-decoration:none;
 -  }
 - -}
 -
 diff --git a/build_tools/larch7/larch0/docs/html/css/screen/bottom-left.png b/build_tools/larch7/larch0/docs/html/css/screen/bottom-left.pngBinary files differ deleted file mode 100644 index aad30da..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/bottom-left.png +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/bottom-right.png b/build_tools/larch7/larch0/docs/html/css/screen/bottom-right.pngBinary files differ deleted file mode 100644 index 2fb2fce..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/bottom-right.png +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/green-gradient200.jpg b/build_tools/larch7/larch0/docs/html/css/screen/green-gradient200.jpgBinary files differ deleted file mode 100644 index 5a5bacf..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/green-gradient200.jpg +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/larch150x.png b/build_tools/larch7/larch0/docs/html/css/screen/larch150x.pngBinary files differ deleted file mode 100644 index 3c33343..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/larch150x.png +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/nav_vlist.css b/build_tools/larch7/larch0/docs/html/css/screen/nav_vlist.css deleted file mode 100644 index d40631f..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/nav_vlist.css +++ /dev/null @@ -1,74 +0,0 @@ -@charset "UTF-8";
 -/**
 - * Slightly modified from:
 - *
 - * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 - *
 - * (en) Vertical list navigation "vlist"
 - * (de) Vertikale Navigationsliste "vlist"
 - *
 - * @copyright       Copyright 2005-2009, Dirk Jesse
 - * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 - *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 - * @link            http://www.yaml.de
 - * @package         yaml
 - * @version         3.2
 - * @revision        $Revision:392 $
 - * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 - */
 -
 -@media all
 -{
 -  .vlist { -    overflow:hidden;
 -    margin:0 0 1.5em 0;
 -    border-top:4px #45f202 solid;
 -    border-bottom:2px #45f202 solid;
 -  }
 -
 -  .vlist ul {
 -    margin:0;
 -    padding:0;
 -  }
 -
 -  .vlist li {
 -    float:left; /* LTR */
 -    width:100%;
 -    margin:0;
 -    padding:0;
 -  }
 -
 -  .vlist a,
 -  .vlist strong,
 -  .vlist span {
 -    display:block;
 -    padding:3px 0px 3px 10%;
 -    text-decoration:none;
 -    border-bottom:2px #45f202 solid;
 -  }
 -
 -  .vlist a,
 -  .vlist a:visited {
 -    color:#444;
 -  }
 -
 -  .vlist li span {
 -    display:block;
 -    font-weight:bold;
 -    border-bottom:2px #45f202 solid;
 -  }
 -
 -  /* active list element */
 -  .vlist li.active {
 -    color:#fff;
 -    background-color:#800;
 -    font-weight:bold;
 -  }
 -
 -  /* Level 1 */
 -  .vlist li a { padding-left: 15px; }
 -  .vlist li a:focus { background-color:#45f202; }
 -  .vlist li a:hover,
 -  .vlist li a:active { background-color:#e08000; color:#fff; }
 -
 -}
 diff --git a/build_tools/larch7/larch0/docs/html/css/screen/top-left.png b/build_tools/larch7/larch0/docs/html/css/screen/top-left.pngBinary files differ deleted file mode 100644 index 2a66a57..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/top-left.png +++ /dev/null diff --git a/build_tools/larch7/larch0/docs/html/css/screen/top-right.png b/build_tools/larch7/larch0/docs/html/css/screen/top-right.pngBinary files differ deleted file mode 100644 index c61ad6e..0000000 --- a/build_tools/larch7/larch0/docs/html/css/screen/top-right.png +++ /dev/null | 
