MediaWiki:Gadget-Stockphoto.css

From Academic Lecture Transcripts
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
.stockphoto-layout-vertical {
 position: absolute;
 min-width: 160px;
}
.stockphoto_buttonrow {
 cursor: pointer;
 display: inline-block;
}
a.stockphoto_buttonrow {
 color: inherit;
}
.stockphoto-layout-vertical .stockphoto_buttonrow {
 display: flex;
}
.stockphoto-layout-horizontal .stockphoto_buttonrow {
 margin-left: 10px;
}
.stockphoto_buttonrow_icon {
 opacity: 0.7;
 transform: opacity 0.3 ease;
}
.stockphoto-layout-vertical .stockphoto_buttonrow_icon {
 display: inline-block;
 flex: 0;
 margin: 0 10px 10px;
}
.stockphoto_buttonrow:hover .stockphoto_buttonrow_icon {
 opacity: 1;
}
.stockphoto_buttonrow_text {
 display: inline-block;
 flex: 1;
 vertical-align: middle;
 text-align: center;
}
.stockphoto-layout-vertical .stockphoto_buttonrow_text a {
 font-weight: bold;
}
.stockphoto_buttonrow_text small {
 display: block; /* new line */
 font-size: inherit; /* undo small size */
}
.stockphoto-layout-horizontal-small .stockphoto_buttonrow_text small {
 display: none;
}
#stockphoto_remove {
 margin-left: 10px;
 cursor: pointer;
}
.stockphoto_dialog_row {
 display: block;
 margin-bottom: 5px;
}
.stockphoto_dialog_row input[type="text"],
.stockphoto_dialog_row textarea {
 width: 99%;
}
input#stockphoto_attribution {
 width: 88%;
}
.stockphoto_dialog_row textarea {
 min-height: 80px;
}
textarea#stockphoto_html {
 font-size: 90%;
}
.stockphoto_note {
 display: block;
 margin-top: -5px;
 margin-bottom: 15px;
 font-style: italic;
 font-size: smaller;
}