Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.     <meta charset="utf-8" />
  6.     <title>WME Course Exercise HTML</title>
  7.    
  8.     <!--KOMMT INS STYLESHEET-->
  9.    
  10.      <!--Schriften-->
  11.     <link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css' />
  12.     <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css' />
  13.     <!-- Iconschrift-->
  14.     <link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
  15.     <!--CSS Reset-->
  16.     <link href="https://html5resetcss.googlecode.com/files/html5reset-1.6.1.css" media="screen, projection" rel="stylesheet" type="text/css" />
  17.     <style>
  18.  
  19.         /*
  20.             Farben:
  21.             dunkelgrau  #666666
  22.             hellgrau    #CCCCCC
  23.             mittelgrau  #999999
  24.             gruen       #68C519
  25.             dunkelgruen #3D7D02
  26.         */
  27.  
  28.         /* ALLGEMEIN */
  29.  
  30.             body {
  31.                 margin: 0;
  32.                 padding: 0;
  33.             }
  34.  
  35.             body, .navbtn {                
  36.                 font-family: Ubuntu;
  37.                 font-size: 14px;
  38.                 line-height: 145%;
  39.             }
  40.            
  41.             a {
  42.                 cursor: pointer;
  43.                 text-decoration: none;
  44.             }  
  45.             a:visited{
  46.                 color:#666;
  47.             }
  48.  
  49.          /* Header-Elemente (NAVBAR) */
  50.  
  51.             header {
  52.                 height: 75px;
  53.                 background: -webkit-linear-gradient(#D0D0D0, #F0F0F0);  
  54.                 border-bottom: 1px solid #ccc;                
  55.             }
  56.            
  57.             /* garantiere dass Listelemente in der Nav in einer Zeile stehen */
  58.             ul li {
  59.                 display: inline;
  60.             }                      
  61.  
  62.             .righthead {  
  63.                 float: right;
  64.             }
  65.            
  66.             nav {                              
  67.                 width: 1170px;
  68.                 margin: 0;
  69.                 margin-left: auto;
  70.                 margin-right: auto;
  71.             }
  72.            
  73.             /* garantiere dass Listen (va in Nav) nebeneinander stehen */
  74.             nav ul {
  75.                 display: inline-block;  
  76.                 margin: 0;
  77.                 padding: 0;
  78.             }
  79.  
  80.             .navbtn {
  81.                 height: 75px;
  82.                 color: #666;
  83.                 text-align:center;
  84.                 vertical-align: text-bottom;
  85.                 cursor: pointer;
  86.                 margin: 0px -4px 0px 0px;
  87.                
  88.                 padding-top: 20px; /*setzt Text nach unten*/
  89.                 padding-left: 10px;
  90.                 padding-right: 10px;
  91.  
  92.                 border-top: none;
  93.                 border-bottom: none;
  94.                 border-left: none;
  95.                 border-right: 1px solid #CCC;
  96.                 background:none;
  97.                
  98.             }
  99.  
  100.             .navbtn:hover {
  101.                 color: black;        
  102.                 background: -webkit-linear-gradient(#C0C0C0, #E0E0E0);  
  103.                 /* @todo: irgendein Fade-Effekt fuer den bg*/    
  104.             }11
  105.  
  106.              #icon {
  107.                 background: url('http://s21.postimg.org/5trj4qh4z/infbox_logo.png') no-repeat;                
  108.                 width: 220px;
  109.             }
  110.  
  111.             .content {
  112.                 width: 1170px;
  113.                 margin-left: auto;
  114.                 margin-right: auto;    
  115.             }
  116.  
  117.             .content a {
  118.                 color: #68C519;
  119.             }
  120.  
  121.             .content a:hover {
  122.                 color:#3D7D02;
  123.             }
  124.  
  125.            
  126.        
  127.          /* Leiste über Tabelle */
  128.  
  129.             #heading1 {
  130.                 font-family: Ubuntu Condensed;
  131.                 font-size: 3em;
  132.                 line-height: 140%;
  133.             }
  134.  
  135.             .tabn_head, .tabn_sec {
  136.                 color: #999999;
  137.                 display: inline;
  138.                 padding-left: 0;
  139.             }        
  140.  
  141.             .tabn_sec a {                
  142.                 color: #68C519;
  143.                 text-decoration: underline;
  144.             }
  145.  
  146.             .tabn_sec a:hover {                
  147.                 text-decoration: none;  
  148.                 color: #3D7D02;              
  149.             }        
  150.  
  151.             .tabn_head, #table1 {
  152.                 padding-left: 0;
  153.             }
  154.  
  155.         /* Tabelle */                  
  156.        
  157.             #table1 {
  158.                 width: 1170px;
  159.                 text-align: left;              
  160.             }
  161.  
  162.             #table1 thead {
  163.                 border-bottom: 5px solid #8D8D8D;
  164.             }
  165.  
  166.          /*für Simulation, "ausgewaehlte" Links (muss Id sein, da Klasse nicht speziell genug um gesetzte Attr. zu ueberschreiben) */
  167.  
  168.             #chosen1, #chosen2, #chosen3, #chosen4, #chosen5, #A1, #A2, #A3, #A4, #A5{
  169.                 color: #CCCCCC;
  170.                 text-decoration: none;
  171.             }
  172.  
  173.             #chosen6 {
  174.                 color: #f0f0f0;          
  175.                 background-color: #666;
  176.             }
  177.  
  178.          /* icons */
  179.             .fa {
  180.                
  181.             }
  182.         /*Overlay*/
  183.            
  184.             #bgoverlay{
  185.                 position:fixed;
  186.                 top: 75px;
  187.                 right:587px;
  188.                 left: auto;
  189.                 visibility: hidden;
  190.                 opacity:0,
  191.             }
  192.            
  193.             .lbcontainer {
  194.                 position: fixed;
  195.                 background:#FFF;
  196.                 z-index: 2;
  197.                
  198.                 top: 75px;
  199.                 right:587px;
  200.                 left: auto;
  201.                
  202.                 text-align: center;
  203.                 visibility: hidden;    
  204.                 opacity: 0;
  205.                
  206.                 -webkit-transition: opacity .6s;/*Safari und Chrome*/
  207.                 -moz-transition: opacity .6s; /*mozilla*/
  208.                 -o-transition: opacity .6s;/*opera*/
  209.                  transition: opacity .6s;
  210.             }
  211.  
  212.  
  213.             .lbcontent {
  214.                 margin:10px;
  215.                 font-family: Ubuntu;
  216.                 font-size: 14px;       
  217.             }
  218.            
  219.             .bgoverlay:target + .lbcontainer {
  220.                 visibility: visible;
  221.                 background:#FFFFFF;
  222.                 opacity: 1;
  223.                 height: 150px;
  224.                 width:200px;
  225.                 border:1px solid #ccc;
  226.             }
  227.  
  228.         /* Footer */
  229.  
  230.             #foot {
  231.                 margin-top: 100px;
  232.                 padding-top: 20px;
  233.                 text-align: right;
  234.                 border-top: 1px solid #68C519;
  235.                 color: #666;  
  236.             }      
  237.     </style>
  238. </head>
  239.  
  240. <!--Ende der Definitionen-->
  241.  
  242. <!--Jetzt kommt Inhalt-->
  243.  
  244. <body>
  245.     <header>
  246.         <!-- obere Navigationsleiste -->
  247.         <nav id="navi">
  248.             <ul>
  249.                 <li>
  250.                     <button id="icon" class="navbtn" />              
  251.                 </li>
  252.                 <li onMouseOver="">
  253.                     <button class="navbtn"><i class="fa fa-th-large fa-lg"></i> &nbsp; Overview &nbsp;</button>                    
  254.                 </li>
  255.                 <li>
  256.                     <button class="navbtn" id="chosen6"><i class="fa fa-list fa-lg"></i> &nbsp; Details &nbsp;</button>                    
  257.                 </li>
  258.                 <li>
  259.                     <button class="navbtn"><i class="fa fa-cog fa-lg"></i> &nbsp; Settings &nbsp;</button>
  260.                 </li>
  261.             </ul>    
  262.             <ul class="righthead">            
  263.                 <li>
  264.                     <a href="#lightboxR"><button class="navbtn" ><i class="fa fa-star fa-lg" ></i> &nbsp; Register &nbsp  </button> </a>          
  265.                </li>
  266.                <li>
  267.                    <button class="navbtn"><i class="fa fa-sign-in fa-lg"></i> &nbsp; Login &nbsp;</button>                    
  268.                 </li>
  269.                 <li>
  270.                     <button class="navbtn"><i class="fa fa-user fa-lg"></i> &nbsp; nutzerinchen</button>                    
  271.                 </li>
  272.             </ul>          
  273.         </nav>
  274.     </header>
  275.  
  276.     <!-- Inhalt -->
  277.     <article class="content">
  278.         <!-- große Überschrift -->
  279.         <h1 id="heading1">Your files in detail ...</h1>
  280.        
  281.         <!--Leiste über Tabelle-->
  282.         <div class="tabn_head">
  283.  
  284.             <!--Anzahl Einträge-->
  285.             <ul class="tabn_sec">
  286.                 <li>Number of entries per page:</li>
  287.                 <li>                  
  288.                     <a id="chosen1">5</a>&nbsp;|
  289.                 </li>
  290.                 <li>
  291.                     <a>10</a>&nbsp;|
  292.                 </li>
  293.                 <li>
  294.                     <a>20</a>&nbsp;|
  295.                 </li>
  296.                 <li>
  297.                     <a>30</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  298.                 </li>
  299.             </ul>
  300.  
  301.             <!--Spaltenauswahl-->
  302.             <ul class="tabn_sec">
  303.                 <li>Show/Hide:</li>
  304.                 <li>
  305.                     <a id="chosen3">Size</a>&nbsp;|
  306.                 </li>
  307.                 <li>
  308.                     <a id="chosen4">Type</a>&nbsp;|
  309.                 </li>
  310.                 <li>
  311.                     <a id="chosen5">Creation</a>
  312.                 </li>
  313.             </ul>
  314.  
  315.             <!--Seitenauswahl-->
  316.             <ul class="tabn_sec righthead">
  317.                 <li>Page:</li>
  318.                 <li>
  319.                     <a id="chosen2">1</a>&nbsp;|
  320.                 </li>
  321.                 <li>
  322.                     <a>2</a>&nbsp;|
  323.                 </li>
  324.                 <li>
  325.                     <a>3</a>
  326.                 </li>
  327.             </ul>
  328.  
  329.         </div>
  330.  
  331.         <!--Tabelle-->
  332.         <table id="table1">
  333.             <thead>
  334.                 <tr>
  335.                     <th>Filename</th>
  336.                     <th>Size</th>
  337.                     <th>Type</th>
  338.                     <th>Creation</th>
  339.                     <th>Actions</th>
  340.                 </tr>
  341.             </thead>
  342.             <tbody>
  343.                 <tr>
  344.                     <td></td>
  345.                     <td></td>
  346.                     <td></td>
  347.                     <td></td>
  348.                     <td>
  349.                         <a class="fa fa-eye">&nbsp;</a>
  350.                         <a class="fa fa-share">&nbsp;</a>
  351.                         <span>| &nbsp;</span>
  352.                         <a class="fa fa-pencil">&nbsp;</a>
  353.                         <a class="fa fa-lock">&nbsp;</a>
  354.                         <a class="fa fa-trash-o"></a>
  355.                     </td>
  356.                 </tr>
  357.             </tbody>
  358.         </table>
  359.  
  360.         <!--Leiste unter Tabelle-->
  361.         <div class="tabn_head">
  362.  
  363.             <!--Anzahl Einträge-->
  364.             <ul class="tabn_sec">
  365.                 <li>Number of entries per page:</li>
  366.                 <li>                  
  367.                     <a id="A1">5</a>&nbsp;|
  368.                 </li>
  369.                 <li>
  370.                     <a>10</a>&nbsp;|
  371.                 </li>
  372.                 <li>
  373.                     <a>20</a>&nbsp;|
  374.                 </li>
  375.                 <li>
  376.                     <a>30</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  377.                 </li>
  378.             </ul>
  379.  
  380.             <!--Spaltenauswahl-->
  381.             <ul class="tabn_sec">
  382.                 <li>Show/Hide:</li>
  383.                 <li>
  384.                     <a id="A2">Size</a>&nbsp;|
  385.                 </li>
  386.                 <li>
  387.                     <a id="A3">Type</a>&nbsp;|
  388.                 </li>
  389.                 <li>
  390.                     <a id="A4">Creation</a>
  391.                 </li>
  392.             </ul>
  393.  
  394.             <!--Seitenauswahl-->
  395.             <ul class="tabn_sec righthead">
  396.                 <li>Page:</li>
  397.                 <li>
  398.                     <a id="A5">1</a>&nbsp;|
  399.                 </li>
  400.                 <li>
  401.                     <a>2</a>&nbsp;|
  402.                 </li>
  403.                 <li>
  404.                     <a>3</a>
  405.                 </li>
  406.             </ul>
  407.  
  408.         </div>
  409.         <!--Register Overlay-->
  410.         <div id="lightboxR"  class="bgoverlay" href="#"> </div>
  411.             <div class="lbcontainer">
  412.             <div class="lbcontent">
  413.                  <p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labor</p>
  414.             </div>
  415.             </div>  
  416.  
  417.     </article>
  418.  
  419.    
  420.     <!-- untere Navigationsleiste -->
  421.     <footer>
  422.         <p id="foot">
  423.             <span>This solution has been created by </span><br />
  424.             <span>Team 29,</span><br />
  425.             <span>Emma M&uuml;ller and </span>
  426.             <span>Sarah Alaghbari</span>
  427.         </p>
  428.     </footer>
  429. </body>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement