Difference between revisions of "Talk:Links for Digital Musicology"

From CCARH Wiki
Jump to navigation Jump to search
 
Line 26: Line 26:
 
# Image Resources [[Template:DRM_images]]
 
# Image Resources [[Template:DRM_images]]
 
# Credits [[Template:DRM_credits]]
 
# Credits [[Template:DRM_credits]]
 +
 +
== Submit button ==
 +
 +
This is a sample submit buttton for adding to the links page:
 +
 +
<html>
 +
<style>
 +
.myButton {
 +
-moz-box-shadow: 3px 4px 0px 0px #8a2a21;
 +
-webkit-box-shadow: 3px 4px 0px 0px #8a2a21;
 +
box-shadow: 3px 4px 0px 0px #8a2a21;
 +
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24437));
 +
background:-moz-linear-gradient(top, #c62d1f 5%, #f24437 100%);
 +
background:-webkit-linear-gradient(top, #c62d1f 5%, #f24437 100%);
 +
background:-o-linear-gradient(top, #c62d1f 5%, #f24437 100%);
 +
background:-ms-linear-gradient(top, #c62d1f 5%, #f24437 100%);
 +
background:linear-gradient(to bottom, #c62d1f 5%, #f24437 100%);
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24437',GradientType=0);
 +
background-color:#c62d1f;
 +
-moz-border-radius:18px;
 +
-webkit-border-radius:18px;
 +
border-radius:18px;
 +
border:1px solid #d02718;
 +
display:inline-block;
 +
cursor:pointer;
 +
color:#ffffff;
 +
font-family:Arial;
 +
font-size:17px;
 +
padding:7px 25px;
 +
text-decoration:none;
 +
text-shadow:0px 1px 0px #810e05;
 +
}
 +
.myButton:hover {
 +
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24437), color-stop(1, #c62d1f));
 +
background:-moz-linear-gradient(top, #f24437 5%, #c62d1f 100%);
 +
background:-webkit-linear-gradient(top, #f24437 5%, #c62d1f 100%);
 +
background:-o-linear-gradient(top, #f24437 5%, #c62d1f 100%);
 +
background:-ms-linear-gradient(top, #f24437 5%, #c62d1f 100%);
 +
background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
 +
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24437', endColorstr='#c62d1f',GradientType=0);
 +
background-color:#f24437;
 +
}
 +
.myButton:active {
 +
position:relative;
 +
top:1px;
 +
}
 +
</style>
 +
<script>function goToSubmitForm() { document.location.href="https://docs.google.com/forms/d/1Y79amjULO2B0R_QGsMucdScuU7F9keuAnI2ll6M9YPg/viewform";}</script>
 +
    <span class="myButton" onclick="goToSubmitForm();">Submit an entry</span>
 +
</html>

Latest revision as of 03:50, 17 September 2015

Purging

This page uses templates for each section. To make sure that the most recent version of the template is loaded, add "?action=purge" to the end of the page's url:

  http://wiki.ccarh.org/wiki/Links_for_Digital_Musicology?action=purge

Templates

Each section of the Links page uses a template.

The templates are (excluding any changes/update in the main headings on the page):


  1. Digitized Score Reprints Template:DRM_reprints
  2. Digitized Music Manuscripts Template:DRM_manuscripts
  3. Repertory- and Genre-Based Digitization Projects Template:DRM_genre
  4. Databases Template:DRM_databases
  5. Portals and Search Engines for Music Template:DRM_portals
  6. Music Theory Resources Template:DRM_music_theory
  7. Historical Audio and Video (Film) Template:DRM_audio_video
  8. Historical Maps Template:DRM_maps
  9. Newspapers Template:DRM_newspapers
  10. Music Magazines Template:DRM_magazines
  11. Large Text Corpora Template:DRM_texts
  12. Image Resources Template:DRM_images
  13. Credits Template:DRM_credits

Submit button

This is a sample submit buttton for adding to the links page:

Submit an entry