Skip to content

Commit

Permalink
Merge pull request #233 from gnuj/fix-lessfile-headers
Browse files Browse the repository at this point in the history
Fix license comments in LESS file headers
  • Loading branch information
sebastian-meyer authored Sep 14, 2023
2 parents c310903 + 0ab4b7c commit bf67ec9
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 97 deletions.
2 changes: 0 additions & 2 deletions Resources/Private/JavaScript/dfgviewerScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,3 @@ function hideBrowserAlert(){
Cookies.set('tx-dlf-pageview-hidebrowseralert', 'true', { sameSite: 'lax' });

}

// EOF
2 changes: 0 additions & 2 deletions Resources/Private/JavaScript/websiteScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,3 @@ $(document).ready(function() {
// switch on code highlighting
hljs.highlightAll();
});

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/all.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* The complete LESS bindings for the
* whole new DFG viewer
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

// Helpers & variables
Expand All @@ -28,5 +25,3 @@
@import "modules/fulltext.less";
@import "modules/gridview.less";
@import "modules/sidebar.less";

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/components/audioplayer.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* ================================================
* Styles for the jPlayer in 'Tonträger' section
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

/* ==============[ general settings for jPlayer ]=============================== */
Expand Down Expand Up @@ -211,5 +208,3 @@
}
}
}

// EOF
4 changes: 0 additions & 4 deletions Resources/Private/Less/components/controls.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Control elements like next and previous buttons,
* download buttons and so on...
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

/* ==============[ basic settings for document control and view buttons ]================= */
Expand Down Expand Up @@ -943,4 +940,3 @@
color: black;
}
}
// EOF
7 changes: 1 addition & 6 deletions Resources/Private/Less/components/newspapers.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All styles for newspaper specials like
* calendar and issue views
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

/* ==============[ general settings for newspaper related things ]======================== */
Expand Down Expand Up @@ -117,7 +114,7 @@
content: " ";
opacity: 0;
.transform(translateY(15px));
.transition();
.transition();
}
.no-touchevents & {
cursor: pointer;
Expand Down Expand Up @@ -311,5 +308,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/components/normalize.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Reset some browser based settings to start from
* a clean white sheet of paper
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; }
Expand All @@ -19,5 +16,3 @@ blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }

// EOF
7 changes: 2 additions & 5 deletions Resources/Private/Less/components/sru.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
*
* SRU
* ================================================
* Inline search field with results and
* Inline search field with results and
* additionals (placed in document functions)
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.document-functions .search {
Expand Down Expand Up @@ -140,4 +137,4 @@
}
}
}
}
}
5 changes: 0 additions & 5 deletions Resources/Private/Less/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All the mixins for clearfixes, text removal,
* gradients and some other minor stuff
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.clearfix() {
Expand Down Expand Up @@ -62,5 +59,3 @@
-ms-transform: @transform;
transform: @transform;
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/modules/fulltext.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
* ================================================
* Specials for the fulltext view
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.fulltext-container {
Expand Down Expand Up @@ -83,5 +80,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/modules/gridview.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All special styles for the gridview which shows
* multiple pages of one document side by side
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.tx-dlf-pagegrid-list {
Expand Down Expand Up @@ -154,5 +151,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/modules/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
* ================================================
* Styles for the DFG Viewer homepage
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/



// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/modules/sidebar.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Special styles for the blue sidebar which
* represents the base control unit in DFG viewer
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.control-bar {
Expand Down Expand Up @@ -520,5 +517,3 @@ ul.toc {
}
}
}

// EOF
3 changes: 0 additions & 3 deletions Resources/Private/Less/rte.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,3 @@ body {
overflow: hidden;
}
}


// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/structure.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Basic definition of body, cotainers and other
* structural elements
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

/* ==============[ first things first. simple font import. ]=============================== */
Expand Down Expand Up @@ -343,5 +340,3 @@ a {
left: 25%;
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Value settings for type, breakpoints and
* base settings for calculations
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

// Base value
Expand All @@ -25,5 +22,3 @@
@okay-green: rgb(0,153,0);
@warning-red: rgb(182, 23, 23);
@font-grey: rgb(85,85,85);

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/website.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* Only combines the project basics (variables and
* mixins) with the website styles
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

// Helpers & variables
Expand All @@ -25,5 +22,3 @@
@import "website/header.less";
@import "website/content.less";
@import "website/home.less";

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/website/content.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All styles for the DFG Viewer website which
* embraces the viewer itself
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.website {
Expand Down Expand Up @@ -236,5 +233,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/website/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All styles for the DFG Viewer website which
* embraces the viewer itself
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.website {
Expand Down Expand Up @@ -520,5 +517,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/website/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All styles for the DFG Viewer website which
* embraces the viewer itself
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.website.home {
Expand Down Expand Up @@ -271,5 +268,3 @@
}
}
}

// EOF
5 changes: 0 additions & 5 deletions Resources/Private/Less/website/structure.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
* All styles for the DFG Viewer website which
* embraces the viewer itself
*
* Author: Thomas Jung <thomas@tjwd.de>
* License: All rights reserved
*
*/

.website {
Expand Down Expand Up @@ -55,5 +52,3 @@
}
}
}

// EOF

0 comments on commit bf67ec9

Please sign in to comment.