Changeset 27943


Ignore:
Timestamp:
2013-07-31T14:15:26+12:00 (11 years ago)
Author:
davidb
Message:

Quick presentation fixes prior to giving demo

Location:
gs2-extensions/afrepo/trunk/src/src/html
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/afrepo/trunk/src/src/html/css/core-style.css

    r27693 r27943  
    66a:hover {
    77    color: rgb(255, 131, 0);
     8}
     9
     10h1 {
     11 font-family: "Pacifico",Georgia,serif;
    812}
    913
     
    6165    /* padding: 20px; */
    6266    margin: 0;
    63     font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
     67    font-weight: 200;
     68    font-size: 42px;
     69    font-family: "Pacifico",Georgia,serif;
     70
     71    /*
     72font-family: Arial,"Helvetica Neue",Helvetica,"Nimbus Sans L",FreeSans,"Liberation Sans",sans-serif;
     73*/
     74
    6475/*
    6576    //font-family: verdana, sans-serif;
  • gs2-extensions/afrepo/trunk/src/src/html/index.php

    r27744 r27943  
    1111    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1212
     13    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Pacifico">
    1314    <link rel="stylesheet" href="css/core-style.css" type="text/css" media="screen" />
    1415
     
    2122
    2223      <div id="header">
     24<!--
    2325    <h1>The SALAMI RDF Datset and SPARQL Endpoint</h1>
     26-->
     27
     28  <h1>The Salami RDF&nbsp;&nbsp;Dataset and SPARQL Endpoint</h1>
    2429      </div>
    2530
  • gs2-extensions/afrepo/trunk/src/src/html/sparql.php

    r27745 r27943  
    99    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1010
     11    <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Pacifico">
     12
    1113    <link rel="stylesheet" href="css/core-style.css" type="text/css" media="screen" />
    1214
     
    7678
    7779      <div id="header">
     80<!--
    7881    <h1>The SALAMI SPARQL Endpoint</h1>
     82-->
     83    <h1>The Salami SPARQL Endpoint</h1>
    7984      </div>
    8085
     
    146151   </p>
    147152        <textarea id="rdf-results"
    148               style="width: 97%; margin-left: 10px; margin-right: 20px;" rows="8">
     153              style="width: 97%; margin-left: 10px; margin-right: 20px;" rows="16">
    149154        </textarea>
    150155     
Note: See TracChangeset for help on using the changeset viewer.