Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 15:16, 2 June 2026
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

29 May 2026

N    15:09  Drupal:CSS/Box-Shadow 4 changes history +7,322 [Mngr (4×)]
     
15:09 (cur | prev) +2,095 Mngr talk contribs
     
15:06 (cur | prev) +2,593 Mngr talk contribs
     
15:04 (cur | prev) +48 Mngr talk contribs
N    
14:53 (cur | prev) +2,586 Mngr talk contribs (Created page with "= CSS box-shadow: Parameter Reference = This document explains the parameters of the CSS ''box-shadow'' property, using a practical example relevant for Bootstrap containers. == Example == <syntaxhighlight lang="css"> box-shadow: 3px 3px 8px rgba(0,0,0,0.15); </syntaxhighlight> == Parameter Breakdown == ; '''1. Horizontal offset''' : The first value. Determines how far the shadow moves horizontally. : *Positive value*: shadow moves to the right. : *Negative value*: s...")

27 May 2026

N    17:40  Drupal:Cleanup/Detecting usage of paragraph type diffhist +2,532 Mngr talk contribs (Created page with "= Drupal Cleanup Technique: Detecting Usage of a Paragraph Type = == Purpose == Before deleting a Paragraph Type, verify whether instances of that paragraph type still exist in the database. This avoids: * deleting a paragraph type still in use * leaving orphaned content * accidental loss of content references == Basic Verification == Count the number of paragraph instances of a specific type. <syntaxhighlight lang="sql"> SELECT COUNT(*) FROM paragraphs_item_field...")
N    09:36  Drupal:CSS/CSS architecture notes diffhist +5,487 Mngr talk contribs (Created page with "= Drupal Theme CSS Architecture Notes = == Context == Current situation: <pre> mybarrio.info.yml ↓ loads libraries mybarrio.libraries.yml ↓ defines CSS and JS assets Twig templates ↓ can optionally attach additional libraries Browser ↓ receives HTML + CSS + JS </pre> ---- == 1. Current Theme Structure == === mybarrio.info.yml === Current configuration: <syntaxhighlight lang="yaml"> libraries: - mybarrio/mystyling - mybarrio/bootstra...")